8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b405b3 commit ff36700Copy full SHA for ff36700
src/backend/storage/lmgr/lmgr.c
@@ -33,7 +33,7 @@
33
* constraint violations. It's theoretically possible that a backend sees a
34
* tuple that was speculatively inserted by another backend, but before it has
35
* 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
+ * and then performs 2^32 unrelated insertions. And after all that, the
37
* first backend finally calls SpeculativeInsertionLockAcquire(), with the
38
* intention of waiting for the first insertion to complete, but ends up
39
* waiting for the latest unrelated insertion instead. Even then, nothing
0 commit comments