pgsql: Drop test user when done with it. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Drop test user when done with it.
Date
Msg-id E1hfRxx-0005DR-RR@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Drop test user when done with it.  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Re: pgsql: Drop test user when done with it.  (Michael Paquier <michael@paquier.xyz>)
List 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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Upgrade internal error message to external
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Correct obsolete amcheck comments.