Remove duplicate word.

Amit Langote
This commit is contained in:
Robert Haas 2015-10-20 10:29:19 -04:00
parent 7c0b49cd03
commit dc486fb969
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*