projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a858327
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Mon, 5 Dec 2022 18:03:35 +0000
(19:03 +0100)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 6 Dec 2022 15:08:30 +0000
(16:08 +0100)
contrib/sepgsql/dml.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/sepgsql/dml.c
b/contrib/sepgsql/dml.c
index 3bb98dfb06eff757a61b78c53ab8c5126c6d31bf..d75335e327011246cb97a7cd9573f2e1a884a1e2 100644
(file)
--- a/
contrib/sepgsql/dml.c
+++ b/
contrib/sepgsql/dml.c
@@
-83,7
+83,7
@@
fixup_whole_row_references(Oid relOid, Bitmapset *columns)
*
* When user is querying on a table with children, it implicitly accesses
* child tables also. So, we also need to check security label of child
- * tables and columns, but here is no guarantee attribute numbers are
+ * tables and columns, but
t
here is no guarantee attribute numbers are
* same between the parent and children.
* It returns a bitmapset which contains attribute number of the child
* table based on the given bitmapset of the parent.