pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or
Date: 2006-01-30 16:19:05
Message-ID: 20060130161905.67E669DCA92@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.174.2.1 -> r1.174.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.174.2.1&r2=1.174.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-30 16:19:13 pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or
Previous Message Tom Lane 2006-01-30 16:18:59 pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or