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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix sloppy cleanup of roles in privileges.sql.
Date: 2022-11-20 16:30:56
Message-ID: E1ownDb-0006Bv-4K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-11-20 19:00:13 pgsql: pgstat: replace double lookup with IsSharedRelation()
Previous Message Andrew Dunstan 2022-11-20 15:07:57 pgsql: Prevent port collisions between concurrent TAP tests