summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAndres Freund2015-04-26 16:42:31 +0000
committerAndres Freund2015-04-26 16:42:31 +0000
commit6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch)
treeded75b929485ab4331a292150b0823ed2d825fb1 /src/backend/executor/nodeModifyTable.c
parent9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff)
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: [email protected]
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
-rw-r--r--src/backend/executor/nodeModifyTable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c
index 06ec82e246..31666edfa8 100644
--- a/src/backend/executor/nodeModifyTable.c
+++ b/src/backend/executor/nodeModifyTable.c
@@ -304,7 +304,7 @@ ExecInsert(TupleTableSlot *slot,
* inserting the record into the heap and all indexes.
*
* ExecWithCheckOptions will elog(ERROR) if a violation is found, so
- * the tuple will never be seen, if it violates the the WITH CHECK
+ * the tuple will never be seen, if it violates the WITH CHECK
* OPTION.
*
* ExecWithCheckOptions() will skip any WCOs which are not of