We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc32be3 + 6be30d4 commit ac3aa7bCopy full SHA for ac3aa7b
src/backend/utils/cache/relcache.c
@@ -4328,10 +4328,7 @@ RelationCacheInitializePhase3(void)
4328
4329
/*
4330
* Re-load the row security policies if the relation has them, since
4331
- * they are not preserved in the cache. Note that we can never NOT
4332
- * have a policy while relrowsecurity is true,
4333
- * RelationBuildRowSecurity will create a single default-deny policy
4334
- * if there is no policy defined in pg_policy.
+ * they are not preserved in the cache.
4335
*/
4336
if (relation->rd_rel->relrowsecurity && relation->rd_rsdesc == NULL)
4337
{
0 commit comments