1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Remove duplicate word.

Amit Langote
This commit is contained in:
Robert Haas 2015-10-20 10:29:19 -04:00
parent 7c0b49cd03
commit dc486fb969

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