pgsql: Remember to drop roles created by regression tests. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remember to drop roles created by regression tests.
Date
Msg-id E1crtIZ-0001qc-DV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin
Next
From: Andres Freund
Date:
Subject: pgsql: Faster expression evaluation and targetlist projection.