[COMMITTERS] pgsql: pg_dump: Emit ONLY before table added to publication

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: pg_dump: Emit ONLY before table added to publication
Дата
Msg-id E1d076I-0005vn-IB@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Ensure BackgroundWorker struct contents are well-defined.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix integer-overflow problems in intervalcomparison.