Use correct type name in comments about freezing.

Oversight in commit 9e540599, which added freeze plan deduplication.
This commit is contained in:
Peter Geoghegan 2022-11-17 09:34:12 -08:00
parent aca93b5f18
commit 813492dacc
1 changed files with 1 additions and 1 deletions

View 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.
*