Re: help with corrupted database - Mailing list pgsql-hackers

From Richard Huxton
Subject Re: help with corrupted database
Date
Msg-id 42418211.8040401@archonet.com
Whole thread Raw
In response to Re: help with corrupted database  (strk <strk@keybit.net>)
Responses Re: help with corrupted database
List pgsql-hackers
strk wrote:
> On Wed, Mar 23, 2005 at 01:48:11PM +0000, Richard Huxton wrote:
> 
>>strk wrote:
>>
>>>Hello.
>>>A memory fault in a trigger left my database
>>>in a corrupted state:
>>>
>>
>>>    - I can't create temporary tables anymore
>>>      (restart/vacuum full don't help)
>>>      ERROR:  cache lookup failed for relation 1250714
>>
>>*What* is giving this error? Something seems to be holding onto a 
>>reference to (at a guess) your temporary table. Can you identify what?
> 
> 
> Whatever is called from create temp table ..
> 
> strk=# create temp table test1(a int);
> ERROR:  cache lookup failed for relation 1250714
> strk=# create temp table test2(a int);
> ERROR:  cache lookup failed for relation 1250714

Have you disconnected/reconnected since deleting the temp table?

--  Richard Huxton  Archonet Ltd


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: swapping relfilenodes (was: Re: locks in CREATE TRIGGER,
Next
From: strk
Date:
Subject: Re: help with corrupted database