Re: BUG #5950: backend terminating after altering table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "alex" <perepelica(dot)alex(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5950: backend terminating after altering table
Date: 2011-03-28 19:47:46
Message-ID: 28356.1301341666@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"alex" <perepelica(dot)alex(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2011-03-28 20:01:33 Re: BUG #5946: Long exclusive lock taken by vacuum (not full)
Previous Message Rob Grant 2011-03-28 19:07:58 BUG #5955: One-click installer does not escape password