Use correct type name in comments about freezing.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 17 Nov 2022 17:34:12 +0000 (09:34 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 17 Nov 2022 17:34:12 +0000 (09:34 -0800)
Oversight in commit 9e540599, which added freeze plan deduplication.

src/backend/access/heap/heapam.c

index 2e5bb7e9c2e48732442fb4f8219ac2fb97e7aa31..9790ba2298226a367630de4a7a27c141de7b14f2 100644 (file)
@@ -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.
  *