Re: BUG #2352: Bug with Pl/Python

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2352: Bug with Pl/Python
Дата
Msg-id 17967.1143049797@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2352: Bug with Pl/Python  ("Rafael Jorge Sierra Goncales" <rafaeljsg14@gmail.com>)
Список pgsql-bugs
"Rafael Jorge Sierra Goncales" <rafaeljsg14@gmail.com> writes:
> =# CREATE LANGUAGE "plpythonu"
> Program received signal SIGABRT, Aborted.

This most likely indicates an Assert failure (did you build with
--enable-cassert?)  There should be a TRAP message in the postmaster
log if so.  Seeing that would be helpful.

I'm wondering if the problem comes from trying to load a wrong version
of the plpython shared library.  You might want to check that you've got
a plpython.so that was built from the same PG version and same configure
options as the backend.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2353: Temporary tables created within trigger function still exist after abend
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Function Parameters in GROUP BY clause cause errors