Regression errors on beta1?

Started by Mike Nolanover 21 years ago4 messagesgeneral
Jump to latest
#1Mike Nolan
nolan@gw.tssi.com

Is beta1 of 8.0 supposed to pass all the regression checks? I get several
failures.
--
Mike Nolan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mike Nolan (#1)
Re: Regression errors on beta1?

Mike Nolan <nolan@gw.tssi.com> writes:

Is beta1 of 8.0 supposed to pass all the regression checks?

Yes.

I get several failures.

Let's see 'em.

regards, tom lane

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mike Nolan (#1)
Re: Regression errors on beta1?

Robert Creager <Robert_Creager@LogicalChaos.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

#4Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#3)
Re: Regression errors on beta1?

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

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

Tom Lane wrote:

Robert Creager <Robert_Creager@LogicalChaos.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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073