aboutsummaryrefslogtreecommitdiff
path: root/src
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:21 +0300
commit6fd9930e68a3de6a05e6f60b08b16f219982ad05 (patch)
tree5628c5f76b6f052ede1f870504bf559279e420b9 /src
parent0efdbd323e53091779ddc3f048123214612a76f9 (diff)
downloadpostgresql-6fd9930e68a3de6a05e6f60b08b16f219982ad05.tar.gz
postgresql-6fd9930e68a3de6a05e6f60b08b16f219982ad05.zip
Fix typo in comment.
Etsuro Fujita
Diffstat (limited to 'src')
-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 d406ee97832..9bc255ea0ca 100644
--- a/src/backend/executor/execMain.c
+++ b/src/backend/executor/execMain.c
@@ -1828,8 +1828,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);