From 6aab1f45acaa4cf90e62357ebdf5e6a38829204e Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 26 Apr 2015 18:42:31 +0200 Subject: Fix various typos and grammar errors in comments. Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru --- src/backend/executor/nodeModifyTable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/executor/nodeModifyTable.c') diff --git a/src/backend/executor/nodeModifyTable.c b/src/backend/executor/nodeModifyTable.c index 06ec82e2461..31666edfa8a 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 -- cgit v1.2.3