Re: PG_exception_stack

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG_exception_stack
Дата
Msg-id 4672.1095266339@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG_exception_stack  (G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar>)
Список pgsql-hackers
G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar> writes:
> [postgres@prdpwgb0208 postgres]$ createlang plpgsql tech_mis
> createlang: language installation failed: ERROR:  could not load library "/usr/local/pgsql/lib/plpgsql.so":
/usr/local/pgsql/lib/plpgsql.so:undefined symbol: PG_exception_stack
 

I think you've got a version mismatch problem --- specifically, it looks
like you are trying to load an 8.0 plpgsql.so into a pre-8.0 backend.
PG_exception_stack is (just by chance no doubt) the first symbol the
newer code tries to reference that's not in the older backend.
        regards, tom lane


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

Предыдущее
От: "Katsaros Kwn/nos"
Дата:
Сообщение: Problems with SPI memory management
Следующее
От: Joe Conway
Дата:
Сообщение: Re: PL/PgSQL "bare" function calls