8000 Remove duplicate word from comment. · patchsoft/postgres@ff36700 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff36700

Browse files
committed
Remove duplicate word from comment.
Erik Rijkers
1 parent 7b405b3 commit ff36700

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/lmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* constraint violations. It's theoretically possible that a backend sees a
3434
* tuple that was speculatively inserted by another backend, but before it has
3535
* started waiting on the token, the other backend completes its insertion,
36-
* and then then performs 2^32 unrelated insertions. And after all that, the
36+
* and then performs 2^32 unrelated insertions. And after all that, the
3737
* first backend finally calls SpeculativeInsertionLockAcquire(), with the
3838
* intention of waiting for the first insertion to complete, but ends up
3939
* waiting for the latest unrelated insertion instead. Even then, nothing

0 commit comments

Comments
 (0)
0