diff options
| author | Peter Geoghegan <pg@bowt.ie> | 2022-08-29 19:42:30 -0700 |
|---|---|---|
| committer | Peter Geoghegan <pg@bowt.ie> | 2022-08-29 19:42:30 -0700 |
| commit | 9887dd38f9660721e4ef63333ab81a60b1b3da92 (patch) | |
| tree | ad53dd393340524c2eb09f6f0d704253b425302c /src/backend/commands | |
| parent | d5ee4db0eaf65fb99e20907d5b3355e8bf38aeaf (diff) | |
Adjust comments that called MultiXactIds "XMIDs".
Oversights in commits 0b018fab and f3c15cbe.
Diffstat (limited to 'src/backend/commands')
| -rw-r--r-- | src/backend/commands/vacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c index 3670d1f1861..b60378122d7 100644 --- a/src/backend/commands/vacuum.c +++ b/src/backend/commands/vacuum.c @@ -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, |
