Re: Bug #608: cache lookup failed - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #608: cache lookup failed
Date
Msg-id 24205.1015439749@sss.pgh.pa.us
Whole thread Raw
In response to Bug #608: cache lookup failed  (pgsql-bugs@postgresql.org)
Responses Re: Bug #608: cache lookup failed  (Laurent FAILLIE <l_faillie@yahoo.com>)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> All is working Ok but a call to an PL/SQL function which fails w/ the following code.

> ERROR:  fmgr_info: function 16594: cache lookup failed

Most likely this means something happened to the call handler function
for plpgsql.  Look in pg_language to see the "lanplcallfoid" value for
plpgsql; is it 16594?  Do you have an entry in pg_proc for
"plpgsql_call_handler", and if so what does it look like?

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #608: cache lookup failed
Next
From: Steven Núñez
Date:
Subject: Gmake check problem