aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-10-01 16:19:49 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-10-01 16:19:49 -0400
commit35435af38884df683c6d0d6dcfb20a8c6b65fac1 (patch)
tree6f4ee6c4515196abe009fbc1c1fbd8ba1869a8a2 /src/backend/tcop/postgres.c
parent1128b7735dd23dc9dedf034f7e8236d84f22fd51 (diff)
downloadpostgresql-35435af38884df683c6d0d6dcfb20a8c6b65fac1.tar.gz
postgresql-35435af38884df683c6d0d6dcfb20a8c6b65fac1.zip
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions