pgsql: Simplify publication/subscription tests a bit

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify publication/subscription tests a bit
Date: 2017-03-15 20:55:50
Message-ID: E1coFxW-0005uP-7p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify publication/subscription tests a bit

After testing RENAME TO, rename the object back. This reduces the merge
mess when subsequent patches add test cases before or after the rename
test.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd1827c7c961568eabe850df254c60d175bec195

Modified Files
--------------
src/test/regress/expected/publication.out | 4 +++-
src/test/regress/expected/subscription.out | 4 +++-
src/test/regress/sql/publication.sql | 5 ++++-
src/test/regress/sql/subscription.sql | 5 ++++-
4 files changed, 14 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-03-16 02:06:49 pgsql: Specify bindir in pg_isolation_regress_installcheck.
Previous Message Peter Eisentraut 2017-03-15 20:27:41 pgsql: Fix typo