projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0b49c
)
Remove duplicate word.
author
Robert Haas
<
[email protected]
>
Tue, 20 Oct 2015 14:29:19 +0000
(10:29 -0400)
committer
Robert Haas
<
[email protected]
>
Tue, 20 Oct 2015 14:29:19 +0000
(10:29 -0400)
Amit Langote
src/backend/executor/execIndexing.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execIndexing.c
b/src/backend/executor/execIndexing.c
index 72993297079df96f91e3e6266b3c4b81d7383bf8..8f1b05818d6fef59a1292187ea86d72df9eec287 100644
(file)
--- a/
src/backend/executor/execIndexing.c
+++ b/
src/backend/executor/execIndexing.c
@@
-454,7
+454,7
@@
ExecInsertIndexTuples(TupleTableSlot *slot,
* ExecCheckIndexConstraints
*
* 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
* tuple is returned in *conflictTid.
*