From 2a6411d30f6a5e7d39606a025f3d50a6677fb920 Mon Sep 17 00:00:00 2001 From: Shihao Date: Fri, 25 Sep 2026 13:53:21 -0400 Subject: [PATCH v5 2/2] Fix stale comment of copy_table_data() It mentioned a decoding_ctx argument, which the function does not have. Discussion: https://postgr.es/m/araJcIXmBySfiXzc@alvherre.pgsql --- src/backend/commands/repack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/commands/repack.c b/src/backend/commands/repack.c index 386797915be..5e2dc1ff6ee 100644 --- a/src/backend/commands/repack.c +++ b/src/backend/commands/repack.c @@ -1387,8 +1387,8 @@ make_new_heap(Oid OIDOldHeap, Oid NewTableSpace, Oid NewAccessMethod, /* * Do the physical copying of table data. * - * 'snapshot' and 'decoding_ctx': see table_relation_copy_for_cluster(). Pass - * iff concurrent processing is required. + * 'snapshot': see table_relation_copy_for_cluster(). Pass iff concurrent + * processing is required. * * There are three output parameters: * *pSwapToastByContent is set true if toast tables must be swapped by content. -- 2.37.1 (Apple Git-137.1)