mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Adjust comments that called MultiXactIds "XMIDs".
Oversights in commits0b018fab
andf3c15cbe
.
This commit is contained in:
@@ -951,7 +951,7 @@ get_all_vacuum_rels(int options)
|
||||
* oldestXmin and oldestMxact are the most recent values that can ever be
|
||||
* passed to vac_update_relstats() as frozenxid and minmulti arguments by our
|
||||
* vacuumlazy.c caller later on. These values should be passed when it turns
|
||||
* out that VACUUM will leave no unfrozen XIDs/XMIDs behind in the table.
|
||||
* out that VACUUM will leave no unfrozen XIDs/MXIDs behind in the table.
|
||||
*/
|
||||
bool
|
||||
vacuum_set_xid_limits(Relation rel,
|
||||
|
Reference in New Issue
Block a user