pgsql: Drop test user when done with it.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop test user when done with it.
Date: 2019-06-24 16:37:13
Message-ID: E1hfRxx-0005DR-RR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Drop test user when done with it.

Commit d7f8d26d9 added a test case that created a user, but forgot
to drop it again. This is no good; for one thing, it causes repeated
"make installcheck" runs to fail.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/stats_ext.out | 1 +
src/test/regress/sql/stats_ext.sql | 1 +
2 files changed, 2 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-06-24 17:32:14 pgsql: Correct obsolete amcheck comments.
Previous Message Peter Eisentraut 2019-06-24 10:01:41 pgsql: Upgrade internal error message to external