pgsql: Add regression test for DROP OWNED BY with default ACLs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add regression test for DROP OWNED BY with default ACLs
Дата
Msg-id E1l25A7-00070s-M7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add regression test for DROP OWNED BY with default ACLs

DROP OWNED BY has a specific code path to remove ACLs stored in
pg_default_acl when cleaning up shared dependencies that had no
coverage with the existing tests.  This issue has been found while
digging into the bug fixed by 21378e1.

As ALTER DEFAULT PRIVILEGES impacts the ACLs of all objects created
while the default permissions are visible, the test uses a transaction
rollback to isolate the test and avoid any impact with other sessions
running in parallel.

Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/YAbQ1OD+3ip4lRv8@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a36dc04d424a6bfa03ee2cf75c85a6b7f9697e70

Modified Files
--------------
src/test/regress/expected/privileges.out | 29 +++++++++++++++++++++++++++++
src/test/regress/sql/privileges.sql      | 20 ++++++++++++++++++++
2 files changed, 49 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix sample output of EXPLAIN ANALYZE.