[COMMITTERS] pgsql: pg_dump: Fix dumping of publications - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_dump: Fix dumping of publications
Date
Msg-id E1cmRDW-00049W-1I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump: Fix dumping of publications

Dumping a publication with more than one table crashed pg_dump.

patch by Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, test by me

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dump.c        |  1 +
src/bin/pg_dump/t/002_pg_dump.pl | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Reduce log verbosity of startup/shutdown for launchersubprocess
Next
From: Peter Geoghegan
Date:
Subject: Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.