[COMMITTERS] pgsql: pg_dump: Emit ONLY before table added to publication - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_dump: Emit ONLY before table added to publication
Date
Msg-id E1d076I-0005vn-IB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_dump: Emit ONLY before table added to publication

This is necessary to be able to reproduce publication membership
correctly if tables are involved in inheritance.

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/419a23b478ae760b797188341ddce5b41322684b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c        | 2 +-
src/bin/pg_dump/t/002_pg_dump.pl | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Ensure BackgroundWorker struct contents are well-defined.
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Fix integer-overflow problems in intervalcomparison.