mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove false comment about speculative insertion.
There is no full discussion of speculative insertions in the executor README. There is a high-level explanation in execIndexing.c, but it doesn't seem necessary to refer it from here. Peter Geoghegan
This commit is contained in:
parent
fca8e59c1c
commit
e3a9a194b7
@ -351,8 +351,7 @@ ExecInsert(ModifyTableState *mtstate,
|
||||
*
|
||||
* We loop back here if we find a conflict below, either during
|
||||
* the pre-check, or when we re-check after inserting the tuple
|
||||
* speculatively. See the executor README for a full discussion
|
||||
* of speculative insertion.
|
||||
* speculatively.
|
||||
*/
|
||||
vlock:
|
||||
specConflict = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user