Re: Bug #646: Problems inserting new records

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #646: Problems inserting new records
Дата
Msg-id 2245.1019753487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #646: Problems inserting new records  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> SearchSys Cache: Bad cache id 27

IIRC, this is a common symptom of a plpgsql.so library that's out of
sync with your backend (ie, 7.2 backend, 7.1 plpgsql.so).  I suspect
the failure is coming from a plpgsql function or trigger and has
nothing to do with the rules you showed us.

Check whether the declaration of plpgsql_call_handler points at the
right .so file.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #647: test
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #648: connection JDBC-POSTGRESQL