Re: BUG #8514: cache lookup failed for relation 421062806

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8514: cache lookup failed for relation 421062806
Date: 2013-10-12 21:59:41
Message-ID: 5259C64D.5090004@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11.10.2013 08:14, Michael Paquier wrote:
> On Thu, Oct 10, 2013 at 1:24 AM, <shahtejas2811(at)gmail(dot)com> wrote:
>> my postgresql running file . but sometime i found cache lookup
>> failed for relation 421062806 error in postgresql log. can anyone
>> tell me significant of this error.
>
> A relation has disappeared even if the session hold a sufficient
> lock on it, ensuring that the relation have to be present.

Which means it's probably something that needs to be investigated,
especially if all the error messages all reference the same OID.

IIRC one way to get this error was with two sessions - one accessing
tables that are being dropped by the other one.

However the report mentions version 8.4.0. Tejas, the first thing you
should do is updating to the last 8.4.x version - i.e. 8.4.18. Now.
You're missing ~4 years of bugfixes (that might even fix the one you're
reporting).

regards
Tomas

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2013-10-12 22:05:54 Re: porting the PostGreSQL on the M68K platform
Previous Message Tomas Vondra 2013-10-12 21:49:18 Re: porting the PostGreSQL on the M68K platform