[COMMITTERS] pgsql: Paper over pg_upgrade test failure - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Paper over pg_upgrade test failure
Date
Msg-id E1cUagV-0004Kj-CC@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Logical replication
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Add description of temporary column into pg_replication_slotsdo