Commit ba1f0170 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Etsuro Fujita
parent d412f793
...@@ -2093,8 +2093,8 @@ ExecWithCheckOptions(WCOKind kind, ResultRelInfo *resultRelInfo, ...@@ -2093,8 +2093,8 @@ ExecWithCheckOptions(WCOKind kind, ResultRelInfo *resultRelInfo,
* the permissions on the relation (that is, if the user * the permissions on the relation (that is, if the user
* could view it directly anyway). For RLS violations, we * could view it directly anyway). For RLS violations, we
* don't include the data since we don't know if the user * 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 * should be able to view the tuple as that depends on the
* the USING policy. * USING policy.
*/ */
case WCO_VIEW_CHECK: case WCO_VIEW_CHECK:
insertedCols = GetInsertedColumns(resultRelInfo, estate); insertedCols = GetInsertedColumns(resultRelInfo, estate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment