Re: Regression errors on beta1?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Creager <Robert_Creager(at)LogicalChaos(dot)org>
Cc: pgsql-general(at)postgresql(dot)org (pgsql general list)
Subject: Re: Regression errors on beta1?
Date: 2004-08-28 17:29:23
Message-ID: 20585.1093714163@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ioannis Theoharis 2004-08-28 22:23:07 Re: About inheritance
Previous Message Tom Lane 2004-08-28 16:29:35 Re: Functon no longer supported. Why?