[COMMITTERS] pgsql: Simplify publication/subscription tests a bit - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Simplify publication/subscription tests a bit
Date
Msg-id E1coFxW-0005uP-7p@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix typo
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Specify bindir in pg_isolation_regress_installcheck.