]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 15 Sep 2016 15:35:57 +0000 (11:35 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 15 Sep 2016 15:35:57 +0000 (11:35 -0400)
Amit Langote

src/backend/executor/execIndexing.c

index 0e2d834ed1d45f1ada4337a7ad2a550abc538f12..009c1b7481fa8f2ca2b40c6f3312a113b6aa9c0a 100644 (file)
@@ -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