Skip to content
Snippets Groups Projects
Commit dc486fb9 authored by Robert Haas's avatar Robert Haas
Browse files

Remove duplicate word.

Amit Langote
parent 7c0b49cd
No related branches found
No related tags found
No related merge requests found
...@@ -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.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment