Commit dc486fb9 authored by Robert Haas's avatar Robert Haas

Remove duplicate word.

Amit Langote
parent 7c0b49cd
...@@ -454,7 +454,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot, ...@@ -454,7 +454,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot,
* ExecCheckIndexConstraints * ExecCheckIndexConstraints
* *
* This routine checks if a tuple violates any unique or * 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 * Otherwise returns false, and the TID of the conflicting
* tuple is returned in *conflictTid. * tuple is returned in *conflictTid.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment