"Rafael Jorge Sierra Goncales" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to