postgresql/src/test/regress
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE.
This case got broken in 8.4 by the addition of an error check that
complains if ALTER TABLE ONLY is used on a table that has children.
We do use ONLY for this situation, but it's okay because the necessary
recursion occurs at a higher level.  So we need to have a separate
flag to suppress recursion without making the error check.

Reported and patched by Pavan Deolasee, with some editorial adjustments by
me.  Back-patch to 8.4, since this is a regression of functionality that
worked in earlier branches.
2012-11-05 13:36:16 -05:00
..
data
expected Fix handling of inherited check constraints in ALTER COLUMN TYPE. 2012-11-05 13:36:16 -05:00
input Code review for 64-bit-large-object patch. 2012-10-08 18:24:32 -04:00
output Code review for 64-bit-large-object patch. 2012-10-08 18:24:32 -04:00
sql Fix handling of inherited check constraints in ALTER COLUMN TYPE. 2012-11-05 13:36:16 -05:00
.gitignore
GNUmakefile
Makefile
parallel_schedule alter_generic regression test cannot run concurrently with privileges test. 2012-10-15 12:18:52 -04:00
pg_regress_main.c
pg_regress.c
pg_regress.h
regress.c
regressplans.sh
resultmap
serial_schedule alter_generic regression test cannot run concurrently with privileges test. 2012-10-15 12:18:52 -04:00
standby_schedule