BUG #8514: cache lookup failed for relation 421062806

Started by Nonameover 12 years ago3 messagesbugs
Jump to latest
#1Noname
shahtejas2811@gmail.com

The following bug has been logged on the website:

Bug reference: 8514
Logged by: Tejas
Email address: shahtejas2811@gmail.com
PostgreSQL version: 8.4.0
Operating system: Linux 7.2
Description:

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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Michael Paquier
michael@paquier.xyz
In reply to: Noname (#1)
Re: BUG #8514: cache lookup failed for relation 421062806

On Thu, Oct 10, 2013 at 1:24 AM, <shahtejas2811@gmail.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.
--
Michael

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#3Tomas Vondra
tomas.vondra@2ndquadrant.com
In reply to: Michael Paquier (#2)
Re: BUG #8514: cache lookup failed for relation 421062806

On 11.10.2013 08:14, Michael Paquier wrote:

On Thu, Oct 10, 2013 at 1:24 AM, <shahtejas2811@gmail.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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs