CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 02/11/02 17:02:08
Modified files:
src/backend/commands: tablecmds.c
Log message:
Code review for recent patch to allow ALTER TABLE ADD COLUMN when
a child table already has a matching column. Acquire appropriate
lock on child table; do the right thing with any CHECK constraints
attached to the new parent column.