mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Fix typo
This commit is contained in:
parent
a858327221
commit
b5bbaf08ed
@ -83,7 +83,7 @@ fixup_whole_row_references(Oid relOid, Bitmapset *columns)
|
|||||||
*
|
*
|
||||||
* When user is querying on a table with children, it implicitly accesses
|
* 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
|
* 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 there is no guarantee attribute numbers are
|
||||||
* same between the parent and children.
|
* same between the parent and children.
|
||||||
* It returns a bitmapset which contains attribute number of the child
|
* It returns a bitmapset which contains attribute number of the child
|
||||||
* table based on the given bitmapset of the parent.
|
* table based on the given bitmapset of the parent.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user