These patches should fix check constraints not inheriting

Bruce Momjian <bruce@momjian.us>

Commit: 7160c86ec22229ff9dac145640d13f82d93fe059
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-05-30T13:00:03Z
Releases: 7.2.1
These patches should fix check constraints not inheriting
when added by alter table add constraint.  The first file
patches backend/commands/command.c and the latter is a patch
to the alter table regression test.

Stephan Szabo

Files