Minor comment fix
Started by Amit Langoteabout 10 years ago2 messages
Attached fixes the following in comment above ExecCheckIndexConstraints:
s/no no conflict/no conflict/g
Thanks,
Amit
Attachments:
fix-comment-typo.patchtext/x-diff; name=fix-comment-typo.patchDownload
diff --git a/src/backend/executor/execIndexing.c b/src/backend/executor/execIndexing.c
index 7299329..8f1b058 100644
--- 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.
*
Re: Minor comment fix
On Mon, Oct 19, 2015 at 12:25 AM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
Attached fixes the following in comment above ExecCheckIndexConstraints:
s/no no conflict/no conflict/g
Thanks, committed.
--
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