Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc486fb

Browse files
committed
Remove duplicate word.
Amit Langote
1 parent 7c0b49c commit dc486fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execIndexing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot,
454454
* ExecCheckIndexConstraints
455455
*
456456
* This routine checks if a tuple violates any unique or
457-
* exclusion constraints. Returns true if there is no no conflict.
457+
* exclusion constraints. Returns true if there is no conflict.
458458
* Otherwise returns false, and the TID of the conflicting
459459
* tuple is returned in *conflictTid.
460460
*

0 commit comments

Comments
 (0)