We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899bd78 commit 79a4a66Copy full SHA for 79a4a66
src/backend/access/hash/README
@@ -434,7 +434,7 @@ concurrent scan could start in that bucket before we've finished vacuuming it.
434
If a scan gets ahead of cleanup, we could have the following problem: (1) the
435
scan sees heap TIDs that are about to be removed before they are processed by
436
VACUUM, (2) the scan decides that one or more of those TIDs are dead, (3)
437
-VACUUM completes, (3) one or more of the TIDs the scan decided were dead are
+VACUUM completes, (4) one or more of the TIDs the scan decided were dead are
438
reused for an unrelated tuple, and finally (5) the scan wakes up and
439
erroneously kills the new tuple.
440
0 commit comments