"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