Re: cache lookup failed for function 19119

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: cache lookup failed for function 19119
Дата
Msg-id AANLkTikDKS3niQG_EYP3tUD1Q2pt-MIE0S0fCbZHwRSX@mail.gmail.com
обсуждение исходный текст
Ответ на cache lookup failed for function 19119  ("tamanna madaan" <tamanna.madan@globallogic.com>)
Ответы Re: cache lookup failed for function 19119
Список pgsql-general
On Thu, Jul 15, 2010 at 2:34 AM, tamanna madaan
<tamanna.madan@globallogic.com> wrote:
> Hi All
>
>
>
> I am using  postgres-8.1.2 .
>
> And getting this error “cache lookup failed for function 19119”.
>
> Can anyone please let me know what could have gone wrong.
>
> How can a function go missing . And which function
>
> Its talkig about ?? its some postgres’s internal function or a user defined
> function ??
>
>  How can I get function name corresponding 19119

The function is either gone (it was deleted manally from pg_proc for
example), dropped, added, etc. or there is some other problem. You
might be able to fix the problem by recreating the function
(create/replace) that is calling the function in question (your
database log should be giving you some context).

You are on 8.1.2 which is crazy.  you need to immediately get the
latest bugfix release for the 8.1 series.  You might want to consider
a dump/reload...read the release notes for the 8.1 series here:
http://www.postgresql.org/docs/8.1/static/release.html.

merlin

В списке pgsql-general по дате отправления:

Предыдущее
От: Shoaib Mir
Дата:
Сообщение: Re: Locking Down a Database
Следующее
От: Artur Dabrowski
Дата:
Сообщение: Re: Incorrect FTS results with GIN index