aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-06-21 11:55:07 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-06-21 11:55:29 +0300
commit26bef29fdd4cf754ebdf0157858b776abe90932c (patch)
tree4500f9958002e047335d2b76116f58aa5d07222c
parentf4f867bda33604cf82a8c74a874dfb20a0270595 (diff)
downloadpostgresql-26bef29fdd4cf754ebdf0157858b776abe90932c.tar.gz
postgresql-26bef29fdd4cf754ebdf0157858b776abe90932c.zip
Fix typo in comment.
Etsuro Fujita
-rw-r--r--src/backend/executor/execMain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/execMain.c b/src/backend/executor/execMain.c
index cb2e78dca59..66331fc8b00 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -1793,8 +1793,8 @@ ExecWithCheckOptions(WCOKind kind, ResultRelInfo *resultRelInfo,
* the permissions on the relation (that is, if the user
* could view it directly anyway). For RLS violations, we
* don't include the data since we don't know if the user
- * should be able to view the tuple as as that depends on
- * the USING policy.
+ * should be able to view the tuple as that depends on the
+ * USING policy.
*/
case WCO_VIEW_CHECK:
insertedCols = GetInsertedColumns(resultRelInfo, estate);