cache lookup failed - Mailing list pgsql-hackers

From Lyn K. Finman
Subject cache lookup failed
Date
Msg-id 36405EC6.9F46903C@exis.net
Whole thread Raw
List pgsql-hackers
Hi,

I'm running PostgreSQL 6.3.2 on Linux 4.1.  I get the following error in
psql when I attempt to update two of the tables in my database (similiar
update on other tables work fine).  Can anyone tell me what's going
wrong, or anything I can do to help diagnose the problem?

splat=> update status set version=0 where entry_id=402653541;
ERROR:  fmgr_info: function 186528: cache lookup failed

PS  A select on this same table works fine:

splat=> select version from status where entry_id=402653541;
version
-------    -1
(1 row)

'version' is defined as an int4


Thanks,
Lyn Finman





pgsql-hackers by date:

Previous
From: "Jose' Soares"
Date:
Subject: PL/pgSQL a great procedural language for PostgreSQL
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] Re: Comparisons on NULLs (was Re: A small problem...)