Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 79a4a66

Browse files
committed
Fix trivial mistake in README.
You might think I (Robert) could manage to count to five without messing it up, but if you did, you would be wrong. Amit Kapila Discussion: http://postgr.es/m/CAA4eK1JxqqcuC5Un7YLQVhOYSZBS+t=3xqZuEkt5RyquyuxpwQ@mail.gmail.com
1 parent 899bd78 commit 79a4a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/hash/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ concurrent scan could start in that bucket before we've finished vacuuming it.
434434
If a scan gets ahead of cleanup, we could have the following problem: (1) the
435435
scan sees heap TIDs that are about to be removed before they are processed by
436436
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
437+
VACUUM completes, (4) one or more of the TIDs the scan decided were dead are
438438
reused for an unrelated tuple, and finally (5) the scan wakes up and
439439
erroneously kills the new tuple.
440440

0 commit comments

Comments
 (0)