From: Peter Geoghegan Date: Thu, 17 Nov 2022 17:34:12 +0000 (-0800) Subject: Use correct type name in comments about freezing. X-Git-Tag: REL_16_BETA1~1295 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=813492dacceecb752725b7e370ac7f5748b1edf9;p=thirdparty%2Fpostgresql.git Use correct type name in comments about freezing. Oversight in commit 9e540599, which added freeze plan deduplication. --- diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index 2e5bb7e9c2e..9790ba22982 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -6442,7 +6442,7 @@ FreezeMultiXactId(MultiXactId multi, uint16 t_infomask, * will be totally frozen after these operations are performed and false if * more freezing will eventually be required. * - * VACUUM caller must assemble HeapFreezeTuple entries for every tuple that we + * VACUUM caller must assemble HeapTupleFreeze entries for every tuple that we * returned true for when called. A later heap_freeze_execute_prepared call * will execute freezing for caller's page as a whole. *