pgsql: Clean up roles from roleattributes test

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Clean up roles from roleattributes test
Дата
Msg-id E1ZSsLu-0004Xj-Pd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up roles from roleattributes test

Having the roles remain after the test ends up causing repeated 'make
installcheck' runs to fail and may be risky from a security perspective
also, so remove them at the end of the test.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/93fcb4ae3e4b20e8562f0a8cab3a3a486ad84e76

Modified Files
--------------
src/test/regress/expected/roleattributes.out |   19 ++++++++++++++++---
src/test/regress/sql/roleattributes.sql      |   20 ++++++++++++++++----
2 files changed, 32 insertions(+), 7 deletions(-)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Clean up roles from roleattributes test
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Detect mismatched CONTINUE and EXIT statements at plpgsql compil