diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c index 72993297079..8f1b05818d6 100644 --- a/src/backend/executor/execIndexing.c +++ b/src/backend/executor/execIndexing.c @@ -454,7 +454,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot, * ExecCheckIndexConstraints * * This routine checks if a tuple violates any unique or - * exclusion constraints. Returns true if there is no no conflict. + * exclusion constraints. Returns true if there is no conflict. * Otherwise returns false, and the TID of the conflicting * tuple is returned in *conflictTid. *