diff options
author | Robert Haas | 2016-09-15 15:35:57 +0000 |
---|---|---|
committer | Robert Haas | 2016-09-15 15:35:57 +0000 |
commit | ffccee473682ed18a27d667b7a4f45d802dd61c4 (patch) | |
tree | bb2959cc2983c20810c77c919e23f89ab6d172fd /src/backend/executor/execIndexing.c | |
parent | 5472ed3e9bc23eff0b4e457fe564ac667cb69441 (diff) |
Fix typo in comment.
Amit Langote
Diffstat (limited to 'src/backend/executor/execIndexing.c')
-rw-r--r-- | src/backend/executor/execIndexing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c index 0e2d834ed1d..009c1b7481f 100644 --- 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 - * exclusive constraints. + * exclusion constraints. * * ExecInsertIndexTuples() is the main entry point. It's called after * inserting a tuple to the heap, and it inserts corresponding index tuples |