pgsql: Don't leave roles behind after core regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't leave roles behind after core regression tests.
Date: 2023-01-11 17:23:47
Message-ID: E1pFepG-0039xh-MG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't leave roles behind after core regression tests.

Commits cf5eb37c5 and e5b8a4c09 each created a new role that they
forgot to remove again. This breaks the use-case of running "make
installcheck" more than once, and it's also against project policy
because it'd be quite unfriendly behavior if one were running
"make installcheck" against a non-throwaway installation.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/create_role.out | 7 ++++++-
src/test/regress/sql/create_role.sql | 6 +++++-
2 files changed, 11 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-01-11 18:24:31 Re: pgsql: Add new GUC createrole_self_grant.
Previous Message Peter Eisentraut 2023-01-11 13:42:33 pgsql: Fix MSVC build