Re: Bug #608: cache lookup failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: l_faillie(at)yahoo(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #608: cache lookup failed
Date: 2002-03-06 18:35:49
Message-ID: 24205.1015439749@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Eric Lu 2002-03-07 00:49:34 referential constraint bug
Previous Message pgsql-bugs 2002-03-06 14:33:10 Bug #608: cache lookup failed