pgsql: Add missing post create and alter hooks to policy objects.

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Add missing post create and alter hooks to policy objects.
Дата
Msg-id E1ZKUWl-0008Dw-G4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing post create and alter hooks to policy objects.

AlterPolicy() and CreatePolicy() lacked their respective hook invocations.
Noted by Noah Misch, review by Dean Rasheed. Back-patch to 9.5 where
RLS was introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0bfbf14f93c30ec8f505baba79625f5a3b010405

Modified Files
--------------
src/backend/commands/policy.c |    4 ++++
1 file changed, 4 insertions(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make TAP tests work on Windows.
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Add missing post create and alter hooks to policy objects.