Re: plpgsql - cache lookup error 18977

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql - cache lookup error 18977
Дата
Msg-id 7082.971920529@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql - cache lookup error 18977  (Tom Walta <twalta@yahoo.com>)
Список pgsql-general
Tom Walta <twalta@yahoo.com> writes:
> "ERROR: fmgr_info: Cache lookup for language failed 18977"

Did you perchance drop and recreate the plpgsql language when
you already had functions defined in the language?  The system
will let you do that :-(, but then the old functions refer to
a language OID that no longer exists.  You'll need to drop and
recreate the functions, too.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hash Indexes Causing Deadlock Notices
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Any risk in increasing BLCKSZ to get larger tuples?