mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Fix typo in comment.
Etsuro Fujita
This commit is contained in:
parent
f4f867bda3
commit
26bef29fdd
@ -1793,8 +1793,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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user