Re: segv's on CREATE INDEX with recent HEAD...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: segv's on CREATE INDEX with recent HEAD...
Date: 2003-05-29 07:10:06
Message-ID: 15235.1054192206@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sean Chittenden <sean(at)chittenden(dot)org> writes:
> CREATE TABLE INSERT_CHILD (cx INT default 42,
> cy INT CHECK (cy > x))
> INHERITS (INSERT_TBL);
> + ERROR: RelationClearRelation: relation 135137 deleted while still in use

Hm. Anyone else seeing this? I just did a dozen or so "make check"s on
a fresh build from CVS tip ... no sign of trouble ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Szepe 2003-05-29 16:32:39 db growing out of proportion
Previous Message Sean Chittenden 2003-05-29 06:34:33 Re: segv's on CREATE INDEX with recent HEAD...