pgsql: pg_dump: fix failure to dump comments on constraints in some cas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: pg_dump: fix failure to dump comments on constraints in some cas
Дата
Msg-id E1oqFgy-0007cy-1b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: fix failure to dump comments on constraints in some cases.

Thinko in commit 5209c0ba0: I checked the wrong object's
DUMP_COMPONENT_COMMENT bit in two places.

Per bug #17675 from Franz-Josef Färber.

Discussion: https://postgr.es/m/17675-c69c001e06390867@postgresql.org

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0eede9625659d47a9b3fb1292f71c8b16667326b

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix copy-and-pasteo in comment.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Defend against unsupported partition relkind in logical replicat