Re: Cache lookup failed?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Jeff Boes <jboes(at)nexcerpt(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cache lookup failed?
Date: 2003-08-18 13:44:59
Message-ID: 20030818134459.GD11983@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It usually refers to some cached plan referring to a table or object that
does not exist anymore. Do you have stored procedures that refer to tables
that are deleted? This includes temporary tables.

So maybe it's only happening when a certain stored procedure is executed
twice in the same session?

Hope this helps,

On Mon, Aug 18, 2003 at 01:01:53PM +0000, Jeff Boes wrote:
> What might be the source of this error?
>
> Cache lookup failed for relation 188485009
>
> We've been getting these at odd intervals, and they are not reproducible.
>
> Our setup:
>
> PostgreSQL 7.3.3
> Red Hat 7.3
>
> kernel.shmall = 1352914698
> kernel.shmmax = 1352914698
>
> shared_buffers = 131072
> max_fsm_pages = 350000
> max_fsm_relations = 200
> wal_buffers = 32
> sort_mem = 65536
> vacuum_mem = 65536
> effective_cache_size = 196608
>
> --
> Jeff Boes vox 269.226.9550 ext 24
> Database Engineer fax 269.349.9076
> Nexcerpt, Inc. http://www.nexcerpt.com
> ...Nexcerpt... Extend your Expertise
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-08-18 13:53:23 Re: Cache lookup failed?
Previous Message Tom Lane 2003-08-18 13:43:36 Re: compiling the examples