pg_dump: Fix dumping of publications Dumping a publication with more than one table crashed pg_dump.
patch by Amit Langote <[email protected]>, 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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
