]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 21 Jun 2017 08:55:07 +0000 (11:55 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 21 Jun 2017 08:55:29 +0000 (11:55 +0300)
Etsuro Fujita

src/backend/executor/execMain.c

index cb2e78dca597ff0e3866c4fe6ef116aef785061a..66331fc8b00a07cc8a51e5a2de2fb2738965dfc9 100644 (file)
@@ -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);