Re: Remove redundant comment regarding RelationBuildRowSecurity in relcache.c

2025-07-08 Thread Dean Rasheed
On Mon, 28 Apr 2025 at 16:02, Khan, Tanzeel wrote: > > A comment in relcache.c mentions that RelationBuildRowSecurity > adds a default-deny policy when no policy exists on table. This > does not seem to be the case. The default deny policy is added > later on, inside get_row_security_policies(). A

Remove redundant comment regarding RelationBuildRowSecurity in relcache.c

2025-04-28 Thread Khan, Tanzeel
Hi, A comment in relcache.c mentions that RelationBuildRowSecurity adds a default-deny policy when no policy exists on table. This does not seem to be the case. The default deny policy is added later on, inside get_row_security_policies(). Also it mentions that there can never be zero policies for