Cache lookup failed, and then it doesn't - Mailing list pgsql-general

From arne@easyconnect.no (Arne Wulvik)
Subject Cache lookup failed, and then it doesn't
Date
Msg-id b7b9a45f.0305090126.2c17fb66@posting.google.com
Whole thread Raw
List pgsql-general
Hi,

I've got a rather curious problem with my postgresql 7.3.2
installation (running on BSD on an Intel platform):

Every once in a while I receive the message 'Cache lookup failed for
relation xxxx' - even when I just try to list my tables using \d

However, when I issue the same command again - immediatly afterwards
in the same session - the query runs fine.

The entire database (30M+ records) is recreated on a daily basis
(tables truncated, vacuumed, reloaded and analyzed).

This is rather bad, as it's a production database running a telephone
directory service and sometimes gives our operators the impression
that their queries didn't find anything, and we lose a customer.

Any ideas?

Regards

Arne Wulvik

pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: FW: See that security pack from the Microsoft
Next
From: frank@chagford.com (Frank Millman)
Date:
Subject: Re: How return a refcusor using functions????