mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Remove duplicate word.
Amit Langote
This commit is contained in:
@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user