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:13
Message-ID: 20060130161913.47F329DCACE@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_0_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.142.4.4 -> r1.142.4.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.142.4.4&r2=1.142.4.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dfetter 2006-01-30 21:06:25 dbi-link - dbi-link: Require Perl 5.8, as per docs and Fred Moyer.
Previous Message Tom Lane 2006-01-30 16:19:05 pgsql: Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or