1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Adjust comments that called MultiXactIds "XMIDs".

Oversights in commits 0b018fab and f3c15cbe.
This commit is contained in:
Peter Geoghegan
2022-08-29 19:42:30 -07:00
parent d5ee4db0ea
commit 9887dd38f9
3 changed files with 3 additions and 3 deletions

View File

@ -7218,7 +7218,7 @@ heap_tuple_needs_eventual_freeze(HeapTupleHeader tuple)
* heap_tuple_would_freeze
*
* Return value indicates if heap_prepare_freeze_tuple sibling function would
* freeze any of the XID/XMID fields from the tuple, given the same cutoffs.
* freeze any of the XID/MXID fields from the tuple, given the same cutoffs.
* We must also deal with dead tuples here, since (xmin, xmax, xvac) fields
* could be processed by pruning away the whole tuple instead of freezing.
*