diff options
Diffstat (limited to 'src/backend/executor/execIndexing.c')
-rw-r--r-- | src/backend/executor/execIndexing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c index e7cf72b3875..ee1cd19f96b 100644 --- a/src/backend/executor/execIndexing.c +++ b/src/backend/executor/execIndexing.c @@ -53,7 +53,7 @@ * Speculative insertion * --------------------- * - * Speculative insertion is a is a two-phase mechanism, used to implement + * Speculative insertion is a two-phase mechanism used to implement * INSERT ... ON CONFLICT DO UPDATE/NOTHING. The tuple is first inserted * to the heap and update the indexes as usual, but if a constraint is * violated, we can still back out the insertion without aborting the whole |