diff options
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index a50eecc7c8a..450e5124a5a 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -847,8 +847,8 @@ RelationBuildRuleLock(Relation relation) /* * Scan through the rule's actions and set the checkAsUser field on - * all rtable entries. We have to look at the qual as well, in case it - * contains sublinks. + * all RTEPermissionInfos. We have to look at the qual as well, in + * case it contains sublinks. * * The reason for doing this when the rule is loaded, rather than when * it is stored, is that otherwise ALTER TABLE OWNER would have to |