pgsql: Another try at making plpython autoconfiguration work correctly.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Another try at making plpython autoconfiguration work correctly.
Дата
Msg-id 20041011193220.5DD4132B0D2@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Another try at making plpython autoconfiguration work correctly.  Use a
-L spec rather than assuming libpython is in the standard search path
(this returns to the way 7.4 did it).  But check the distutils output
to see if it looks like Python has built a shared library, and if so
link with that instead of the probably-not-shared library found in
configdir.

Modified Files:
--------------
    pgsql/config:
        python.m4 (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/python.m4.diff?r1=1.10&r2=1.11)
    pgsql:
        configure (r1.400 -> r1.401)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.400&r2=1.401)
    pgsql/src:
        Makefile.global.in (r1.200 -> r1.201)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.200&r2=1.201)
    pgsql/src/pl/plpython:
        Makefile (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile.diff?r1=1.16&r2=1.17)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CVSROOT: remerge earthdistance back into pgql-server/contrib and move
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use native Cygwin symlinks so tablespaces work on Win95/98/ME