Thread: pgsql/ /configure /configure.in onfig/python.m ...

pgsql/ /configure /configure.in onfig/python.m ...

From
Peter Eisentraut - PostgreSQL
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    petere@hub.org    01/05/12 13:49:32

Modified files:
    .              : configure configure.in
    config         : python.m4
    doc/src/sgml   : filelist.sgml programmer.sgml
    src            : Makefile.global.in
    src/interfaces/python: GNUmakefile
    src/pl/plpython: Makefile TODO feature.expected
                     plpython_test.sql
Added files:
    doc/src/sgml   : plpython.sgml

Log message:
    PL/Python should build portably now, if you can get over the fact that
    there's no shared libpython.  Test suite works as well. Also, add some
    documentation.