projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f867b
)
Fix typo in comment.
author
Heikki Linnakangas
Wed, 21 Jun 2017 08:55:07 +0000
(11:55 +0300)
committer
Heikki Linnakangas
Wed, 21 Jun 2017 08:55:29 +0000
(11:55 +0300)
Etsuro Fujita
src/backend/executor/execMain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execMain.c
b/src/backend/executor/execMain.c
index cb2e78dca597ff0e3866c4fe6ef116aef785061a..66331fc8b00a07cc8a51e5a2de2fb2738965dfc9 100644
(file)
--- a/
src/backend/executor/execMain.c
+++ b/
src/backend/executor/execMain.c
@@
-1793,8
+1793,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);