Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit b5bbaf08ed8bbc45d396c3383fc89331c914b857)
  • Loading branch information
alvherre authored and 2jungkook committed Dec 7, 2023
1 parent bddd981 commit 1171baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sepgsql/dml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 there 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.
Expand Down

0 comments on commit 1171baa

Please sign in to comment.