pgsql: pg_dump: Emit ONLY before table added to publication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Emit ONLY before table added to publication
Date: 2017-04-17 13:53:54
Message-ID: E1d076I-0005vn-IB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lab(dot)ntt(dot)co(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-17 16:39:31 Re: pgsql: Fix integer-overflow problems in interval comparison.
Previous Message Tom Lane 2017-04-17 03:24:25 pgsql: Ensure BackgroundWorker struct contents are well-defined.