Re: 7.5 backend crash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.5 backend crash
Date
Msg-id 19443.1090821904@sss.pgh.pa.us
Whole thread Raw
In response to 7.5 backend crash  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: 7.5 backend crash  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> kalman=# create table test ( a integer, b integer );
> CREATE TABLE
> kalman=# create table test1 ( c integer , d test );
> CREATE TABLE

> kalman=# alter table test drop column b;
> ALTER TABLE        <--- Here I think the server shall complain about

Yeah, the design intention is that the ALTER should refuse to do it.
Looks like I missed a case.  Will fix, thanks for the report.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Weird...but correct?
Next
From: Greg Stark
Date:
Subject: Re: PG 7.4.3 optimizer choosing sequential scan. Why?