Re: Regression errors on beta1?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>, pgsql general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Regression errors on beta1?
Date: 2004-08-29 03:40:43
Message-ID: 200408290340.i7T3ehO18595@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


This must have been the regression I was seeing too. Fixed. Nice.

---------------------------------------------------------------------------

Tom Lane wrote:
> Robert Creager <Robert_Creager(at)LogicalChaos(dot)org> writes:
> > The following happened in a few tests:
>
> > DROP TABLE foo;
> > CREATE TABLE bar (a int);
> > ROLLBACK TO SAVEPOINT one;
> > ! WARNING: AbortSubTransaction while in ABORT state
> > ! ERROR: relation 141422 deleted while still in use
> > ! server closed the connection unexpectedly
> > ! This probably means the server terminated abnormally
> > ! before or while processing the request.
> > ! connection to server was lost
>
> This is the actual failure --- the other noises are just the side
> effects of a backend crash.
>
> It looks the same as the one I just reported on in pghackers.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kaloyan Iliev Iliev 2004-08-29 11:14:51 Migrating between versions. Problem with regexp
Previous Message Tom Lane 2004-08-28 22:32:28 Re: About inheritance