Fix typo in comment.
authorHeikki Linnakangas
Wed, 21 Jun 2017 08:55:07 +0000 (11:55 +0300)
committerHeikki Linnakangas
Wed, 21 Jun 2017 08:55:21 +0000 (11:55 +0300)
Etsuro Fujita

src/backend/executor/execMain.c

index d406ee978326dee2e46f5470c24ef3a7643ba624..9bc255ea0ca5e28376d1715ae4aa0c7816dec013 100644 (file)
@@ -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);