1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix typo in comment.

Etsuro Fujita
This commit is contained in:
Heikki Linnakangas 2017-06-21 11:55:07 +03:00
parent 0efdbd323e
commit 6fd9930e68

View 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);