Commit ff36700c authored by Robert Haas's avatar Robert Haas

Remove duplicate word from comment.

Erik Rijkers
parent 7b405b3e
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment