Re: [COMMITTERS] pgsql: Allow ALTER TABLE ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Allow ALTER TABLE ...
Date: 2006-02-12 01:04:24
Message-ID: 200602120104.k1C14OY26893@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
>
> This patch appears seriously broken, in particular every routine I
> looked at contained incorrect locking assumptions. Nor do I care
> for using pg_depend for the purposes it's being used for here.

OK, how do we proceed? Revert or apply a second patch?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-02-12 01:35:07 python - fe: Use the UnicodeType as the base for the String typing.
Previous Message User Gsmet 2006-02-12 00:35:50 pgfouine - www:

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 02:54:34 Re: psql patch: new host/port without leaving session
Previous Message Tom Lane 2006-02-12 00:50:22 Re: Scrollable cursors and Sort performance