Re: Bug #608: cache lookup failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #608: cache lookup failed
Дата
Msg-id 24205.1015439749@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #608: cache lookup failed  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #608: cache lookup failed
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #608: cache lookup failed
Следующее
От: Steven Núñez
Дата:
Сообщение: Gmake check problem