Skip to content

Commit b5bbaf0

Browse files
committed
Fix typo
1 parent a858327 commit b5bbaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/dml.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fixup_whole_row_references(Oid relOid, Bitmapset *columns)
8383
*
8484
* When user is querying on a table with children, it implicitly accesses
8585
* child tables also. So, we also need to check security label of child
86-
* tables and columns, but here is no guarantee attribute numbers are
86+
* tables and columns, but there is no guarantee attribute numbers are
8787
* same between the parent and children.
8888
* It returns a bitmapset which contains attribute number of the child
8989
* table based on the given bitmapset of the parent.

0 commit comments

Comments
 (0)