pgsql: Fix pg_dump to handle inherited NOT VALID check constraints corr

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pg_dump to handle inherited NOT VALID check constraints corr
Дата
Msg-id E1ZhkLA-0004ym-AO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_dump to handle inherited NOT VALID check constraints correctly.

This case seems to have been overlooked when unvalidated check constraints
were introduced, in 9.2.  The code would attempt to dump such constraints
over again for each child table, even though adding them to the parent
table is sufficient.

In 9.2 and 9.3, also fix contrib/pg_upgrade/Makefile so that the "make
clean" target fully cleans up after a failed test.  This evidently got
dealt with at some point in 9.4, but it wasn't back-patched.  I ran into
it while testing this fix ...

Per bug #13656 from Ingmar Brouns.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3756c65a0764bca1ba104dfa87d8f2cf7f885311

Modified Files
--------------
contrib/pg_upgrade/Makefile               |    4 +++-
src/bin/pg_dump/pg_dump.c                 |    4 ++--
src/test/regress/expected/alter_table.out |   13 +++++++++++++
src/test/regress/sql/alter_table.sql      |    4 ++++
4 files changed, 22 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_dump to handle inherited NOT VALID check constraints corr
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_dump to handle inherited NOT VALID check constraints corr