Re: 7.5 backend crash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.5 backend crash
Date
Msg-id 6864.1091647995@sss.pgh.pa.us
Whole thread Raw
In response to 7.5 backend crash  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> I'm playing with complex row type:
> ...
> kalman=# alter table test drop column b;
> ALTER TABLE        <--- Here I think the server shall complain about
> ~                             ( 7.4 doesn't complain neither )

Actually, on looking back at the code, the intention was that should
work.  The DROP doesn't have to alter physical storage of the table,
so there's no need for rowtype columns in other tables to change either.

> the following select on table test1 will crash the back end

> kalman=# select * from test1;
> server closed the connection unexpectedly

Fixed --- it was just an oversight in record_out().
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: PITR - recovery to a particular transaction
Next
From: Andreas Pflug
Date:
Subject: Timezone for %t log_line_prefix