Re: [HACKERS] regression tests

From: wieck(at)debis(dot)com (Jan Wieck)
To: wieck(at)debis(dot)com
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] regression tests
Date: 1999-11-17 12:48:39
Message-ID: m11o4Vr-0003kIC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:

> NOTICE: trying to delete a reldesc that does not exist.
> NOTICE: trying to delete a reldesc that does not exist.
> Server process (pid 12207) exited with status 139 at Wed Nov 17 10:57:36 1999
> Terminating any active server processes...
> Server processes were terminated at Wed Nov 17 10:57:36 1999
> Reinitializing shared memory and semaphores
> DEBUG: Data Base System is starting up at Wed Nov 17 10:57:36 1999
>

I took Peter Eisentraut's advice and did it with the old pslq
(thanks for the hint).

This problem (as expected) remains and happens in the temp
test. The two notices occur on creating the temp table and
the index on it. After that, the database connection get's
lost on the attempt to drop the temp table.

Since the postmaster is doing recovery then, the numeric test
hasn't been run. All other tests are still O.K.

The question is, who did something that could cause this
error?

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#========================================= wieck(at)debis(dot)com (Jan Wieck) #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-11-17 13:33:37 Re: [HACKERS] regression tests
Previous Message Jan Wieck 1999-11-17 12:39:34 Re: [HACKERS] RE: Unique indexes on system tables