Re: BUG #5950: backend terminating after altering table - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5950: backend terminating after altering table
Date
Msg-id 28356.1301341666@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5950: backend terminating after altering table  ("alex" <perepelica.alex@gmail.com>)
List pgsql-bugs
"alex" <perepelica.alex@gmail.com> writes:
> Such steps:
> 1. create table t (
> );
> 2. alter table t add childs t;
> 3. alter table t add id serial not null primary key;
> server closed the connection unexpectedly

Thanks for the report.  Fixed as per today's discussion (ie, disallow
creating a self-referencing rowtype).

            regards, tom lane

pgsql-bugs by date:

Previous
From: Christopher Browne
Date:
Subject: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)
Next
From: Tom Lane
Date:
Subject: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)