Thread: pgsql: Remember to drop roles created by regression tests.

pgsql: Remember to drop roles created by regression tests.

From
Tom Lane
Date:
Remember to drop roles created by regression tests.

Commit e3920ac82 created "regress_subscription_user2" in subscription.sql,
but forgot to drop it, causing the regression tests to fail if run twice
without re-initdb'ing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2cdc1389a25bc62b36a6f83d5d095acb99e3277c

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