pgsql: Remember to drop roles created by regression tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remember to drop roles created by regression tests.
Date: 2017-03-25 21:32:35
Message-ID: E1crtIZ-0001qc-DV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-25 22:00:53 Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages.
Previous Message Masahiko Sawada 2017-03-25 17:26:20 Re: pgsql: Allow vacuums to report oldestxmin