Re: [HACKERS] bug in ALTER TABLE / TYPE

2005-07-03 Thread Bruce Momjian
Patch removed from queue. --- Neil Conway wrote: > A coworker of mine reported a subtle issue in ATExecAlterColumnType() in > tablecmds.c. Suppose we have the following DDL: > > CREATE TABLE pktable (a int primary key, b i

Re: [HACKERS] bug in ALTER TABLE / TYPE

2005-07-02 Thread Neil Conway
Bruce Momjian wrote: I realize this needs review, but I will put it the queue so we don't forget it. The patch does not need review, as it doesn't even attempt to fix the problem. (I just wrote the patch while analyzing the problem to make the error condition more easily reproduceable). I hav

Re: [HACKERS] bug in ALTER TABLE / TYPE

2005-07-02 Thread Bruce Momjian
I realize this needs review, but I will put it the queue so we don't forget it. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it.