mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Remove duplicate word.
Amit Langote
This commit is contained in:
parent
7c0b49cd03
commit
dc486fb969
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user