diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-10-20 10:29:19 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-10-20 10:29:19 -0400 |
commit | dc486fb96968a519cc6e0d90654b46738026ee5c (patch) | |
tree | 6f34ac60cff9742b9a5552e648e945ed081abda7 /src/backend/executor/execIndexing.c | |
parent | 7c0b49cd03fdb6bbedada6c5e6439cb4cd6872c3 (diff) | |
download | postgresql-dc486fb96968a519cc6e0d90654b46738026ee5c.tar.gz postgresql-dc486fb96968a519cc6e0d90654b46738026ee5c.zip |
Remove duplicate word.
Amit Langote
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 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. * |