Comment typo in execIndexing.c
Started by Amit Langoteover 9 years ago2 messages
Spotted a typo in the header comment of execIndexing.c. Attached fixes it.
s/exclusive constraints/exclusion constraints/g
Thanks,
Amit
Attachments:
comment-typo.patchtext/x-diff; name=comment-typo.patchDownload
diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c
index 0e2d834..009c1b7 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
Re: Comment typo in execIndexing.c
On Tue, Sep 13, 2016 at 10:48 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
Spotted a typo in the header comment of execIndexing.c. Attached fixes it.
s/exclusive constraints/exclusion constraints/g
Committed, thanks.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers