pgsql: pg_dump: Fix dumping of publications

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Fix dumping of publications
Date: 2017-03-10 20:32:50
Message-ID: E1cmRDW-00049W-1I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lab(dot)ntt(dot)co(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2017-03-10 20:36:41 Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Previous Message Tom Lane 2017-03-10 20:18:44 pgsql: Reduce log verbosity of startup/shutdown for launcher subprocess