summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2022-12-05 18:03:35 +0000
committerAlvaro Herrera2022-12-06 15:08:30 +0000
commitb5bbaf08ed8bbc45d396c3383fc89331c914b857 (patch)
tree5504f51d024762e11553e877bdc7b3fb056b9eed
parenta8583272218ab6e97c7bdeb8a960d8d4de329b7e (diff)
Fix typo
-rw-r--r--contrib/sepgsql/dml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/dml.c b/contrib/sepgsql/dml.c
index 3bb98dfb06..d75335e327 100644
--- 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 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.