mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Use correct type name in comments about freezing.
Oversight in commit 9e540599
, which added freeze plan deduplication.
This commit is contained in:
@ -6442,7 +6442,7 @@ FreezeMultiXactId(MultiXactId multi, uint16 t_infomask,
|
|||||||
* will be totally frozen after these operations are performed and false if
|
* will be totally frozen after these operations are performed and false if
|
||||||
* more freezing will eventually be required.
|
* 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
|
* returned true for when called. A later heap_freeze_execute_prepared call
|
||||||
* will execute freezing for caller's page as a whole.
|
* will execute freezing for caller's page as a whole.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user