pgsql: Ensure locks are acquired on RLS-added relations

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Ensure locks are acquired on RLS-added relations
Дата
Msg-id E1ZVLl9-00036m-38@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2ba9e2b778af7a8d040283db6cee11fb03cf9f4a

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Ensure locks are acquired on RLS-added relations
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix s_lock.h PPC assembly code to be compatible with native AIX