Re: help with corrupted database

From: Richard Huxton <dev(at)archonet(dot)com>
To: strk <strk(at)keybit(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: help with corrupted database
Date: 2005-03-23 13:48:11
Message-ID: 4241739B.2070904@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message strk 2005-03-23 14:15:18 Re: help with corrupted database
Previous Message strk 2005-03-23 13:35:27 help with corrupted database