pgsql: Fix sloppy cleanup of roles in privileges.sql.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix sloppy cleanup of roles in privileges.sql.
Дата
Msg-id E1ownDb-0006Bv-4K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix sloppy cleanup of roles in privileges.sql.

Commit 3d14e171e dropped regress_roleoption_donor twice and
regress_roleoption_protagonist not at all.  Leaving roles behind
after "make installcheck" is unfriendly in its own right, plus
it causes repeated runs of "make installcheck" to fail.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/privileges.out | 5 ++---
src/test/regress/sql/privileges.sql      | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Prevent port collisions between concurrent TAP tests
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: pgstat: replace double lookup with IsSharedRelation()