]> granicus.if.org Git - postgresql/commit
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Jan 2006 16:19:12 +0000 (16:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Jan 2006 16:19:12 +0000 (16:19 +0000)
commit2426c62140545dc60d550a7e41356fa1d69775ca
tree87f3ce484792cf6f147117d7491098433c71c106
parenta021ea021c87dc0e29d9cbdfcf74e9ce5fd0bfe4
Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY
constraints before FOREIGN KEY constraints that depended on them.  Originally
reported by Neil Conway on 29-Jun-2005.  Patch by Nakano Yoshihisa.
src/backend/commands/tablecmds.c