]> granicus.if.org Git - postgresql/commit
Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor's
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Jan 2003 00:46:08 +0000 (00:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Jan 2003 00:46:08 +0000 (00:46 +0000)
commit17194f4112ad7399d5929ac928068eae7cf3c84a
treec13c82b100b4e5a24c6760529ead0787912b438c
parent150ffb2d506e3626c1652777ea1d5fff3b5373e7
Partial code review for ALTER DOMAIN patch.  Incorporates Rod Taylor's
patches of 9-Dec (permissions fix) and 13-Dec (performance) as well as
a partial fix for locking issues: concurrent DROP COLUMN should not
create trouble anymore.  But concurrent DROP TABLE is still a risk, and
there is no protection at all against creating a column of a domain while
we are altering the domain.
src/backend/commands/typecmds.c
src/test/regress/expected/domain.out