projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d412f79
)
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:07 +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 7f460bd1a743d48b6ebbf70c3ced984099f9faa1..9dbe17565b43eb05af30e66e66a0eb9becd99b32 100644
(file)
--- a/
src/backend/executor/execMain.c
+++ b/
src/backend/executor/execMain.c
@@
-2093,8
+2093,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);