Skip to content
Snippets Groups Projects
Commit e3a9a194 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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
parent fca8e59c
No related branches found
No related tags found
No related merge requests found
...@@ -351,8 +351,7 @@ ExecInsert(ModifyTableState *mtstate, ...@@ -351,8 +351,7 @@ ExecInsert(ModifyTableState *mtstate,
* *
* We loop back here if we find a conflict below, either during * We loop back here if we find a conflict below, either during
* the pre-check, or when we re-check after inserting the tuple * the pre-check, or when we re-check after inserting the tuple
* speculatively. See the executor README for a full discussion * speculatively.
* of speculative insertion.
*/ */
vlock: vlock:
specConflict = false; specConflict = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment