Skip to content
Snippets Groups Projects
Commit ff36700c authored by Robert Haas's avatar Robert Haas
Browse files

Remove duplicate word from comment.

Erik Rijkers
parent 7b405b3e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* constraint violations. It's theoretically possible that a backend sees a * constraint violations. It's theoretically possible that a backend sees a
* tuple that was speculatively inserted by another backend, but before it has * tuple that was speculatively inserted by another backend, but before it has
* started waiting on the token, the other backend completes its insertion, * started waiting on the token, the other backend completes its insertion,
* 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
* first backend finally calls SpeculativeInsertionLockAcquire(), with the * first backend finally calls SpeculativeInsertionLockAcquire(), with the
* intention of waiting for the first insertion to complete, but ends up * intention of waiting for the first insertion to complete, but ends up
* waiting for the latest unrelated insertion instead. Even then, nothing * waiting for the latest unrelated insertion instead. Even then, nothing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment