]> 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:18:58 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Jan 2006 16:18:58 +0000 (16:18 +0000)
commit0dd0e289c70783a98eda97bdbda01ae2e90d149c
tree7efc7b066406df4e8a50f44423822079f84dd364
parent3276e911d154acd83c7ad5abeda11a4ab90866d3
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