pgsql: Ensure locks are acquired on RLS-added relations - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Ensure locks are acquired on RLS-added relations
Date
Msg-id E1ZVLl9-00036n-3D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure locks are acquired on RLS-added relations

During fireRIRrules(), get_row_security_policies can add to
securityQuals and withCheckOptions.  Make sure to lock any relations
added at that point and before firing RIR rules on those expressions.

Back-patch to 9.5 where RLS was added.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d03f3314b35cc4ac2be832cf63ae67a69ee4d93c

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c |   19 +++++++++++++++++++
1 file changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Clarify what some historic terms in rewriteHandler.c mean.
Next
From: Stephen Frost
Date:
Subject: pgsql: Ensure locks are acquired on RLS-added relations