projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5472ed3
)
Fix typo in comment.
author
Robert Haas
<
[email protected]
>
Thu, 15 Sep 2016 15:35:57 +0000
(11:35 -0400)
committer
Robert Haas
<
[email protected]
>
Thu, 15 Sep 2016 15:35:57 +0000
(11:35 -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 0e2d834ed1d45f1ada4337a7ad2a550abc538f12..009c1b7481fa8f2ca2b40c6f3312a113b6aa9c0a 100644
(file)
--- a/
src/backend/executor/execIndexing.c
+++ b/
src/backend/executor/execIndexing.c
@@
-2,7
+2,7
@@
*
* execIndexing.c
* routines for inserting index tuples and enforcing unique and
- * exclusi
ve
constraints.
+ * exclusi
on
constraints.
*
* ExecInsertIndexTuples() is the main entry point. It's called after
* inserting a tuple to the heap, and it inserts corresponding index tuples