diff options
| author | Peter Geoghegan | 2022-08-30 02:42:30 +0000 |
|---|---|---|
| committer | Peter Geoghegan | 2022-08-30 02:42:30 +0000 |
| commit | 9887dd38f9660721e4ef63333ab81a60b1b3da92 (patch) | |
| tree | ad53dd393340524c2eb09f6f0d704253b425302c /src/test/isolation | |
| parent | d5ee4db0eaf65fb99e20907d5b3355e8bf38aeaf (diff) | |
Adjust comments that called MultiXactIds "XMIDs".
Oversights in commits 0b018fab and f3c15cbe.
Diffstat (limited to 'src/test/isolation')
| -rw-r--r-- | src/test/isolation/specs/vacuum-no-cleanup-lock.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/isolation/specs/vacuum-no-cleanup-lock.spec b/src/test/isolation/specs/vacuum-no-cleanup-lock.spec index a88be66de5f..05fd280f6a8 100644 --- a/src/test/isolation/specs/vacuum-no-cleanup-lock.spec +++ b/src/test/isolation/specs/vacuum-no-cleanup-lock.spec @@ -127,7 +127,7 @@ permutation # # This provides test coverage for code paths that are only hit when we need to # freeze, but inability to acquire a cleanup lock on a heap page makes -# freezing some XIDs/XMIDs < FreezeLimit/MultiXactCutoff impossible (without +# freezing some XIDs/MXIDs < FreezeLimit/MultiXactCutoff impossible (without # waiting for a cleanup lock, which non-aggressive VACUUM is unwilling to do). permutation dml_begin |
