1
0
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 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

@@ -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,