Re: BUG #2352: Bug with Pl/Python - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2352: Bug with Pl/Python
Date
Msg-id 17967.1143049797@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2352: Bug with Pl/Python  ("Rafael Jorge Sierra Goncales" <rafaeljsg14@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2353: Temporary tables created within trigger function still exist after abend
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Function Parameters in GROUP BY clause cause errors