pgsql: Paper over pg_upgrade test failure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Paper over pg_upgrade test failure
Date: 2017-01-20 15:00:59
Message-ID: E1cUagV-0004Kj-CC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Paper over pg_upgrade test failure

The publication test didn't drop all the publications it was creating
when it was probably intending to do that. There is still a bug with
dependency tracking in there, but this should at least quiet down the
build farm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c488ea13634897df5f9b5769eb26bbc3d926ce0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-01-20 15:56:32 pgsql: Add description of temporary column into pg_replication_slots do
Previous Message Stephen Frost 2017-01-20 14:43:03 Re: pgsql: Logical replication