Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6fd9930

Browse files
committed
Fix typo in comment.
Etsuro Fujita
1 parent 0efdbd3 commit 6fd9930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/execMain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,8 +1828,8 @@ ExecWithCheckOptions(WCOKind kind, ResultRelInfo *resultRelInfo,
18281828
* the permissions on the relation (that is, if the user
18291829
* could view it directly anyway). For RLS violations, we
18301830
* don't include the data since we don't know if the user
1831-
* should be able to view the tuple as as that depends on
1832-
* the USING policy.
1831+
* should be able to view the tuple as that depends on the
1832+
* USING policy.
18331833
*/
18341834
case WCO_VIEW_CHECK:
18351835
insertedCols = GetInsertedColumns(resultRelInfo, estate);

0 commit comments

Comments
 (0)