pgsql: Don't link PL/Python against LOCALMODLIBS This variable is

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: Don't link PL/Python against LOCALMODLIBS This variable is
Дата
Msg-id 20100317220245.056DA7541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't link PL/Python against LOCALMODLIBS

This variable is apparently only for Python internally.  In newer releases
of Python this variable pulls in more and more libraries that users are
less likely to have, leading to potential build failures.

Modified Files:
--------------
    pgsql:
        configure (r1.676 -> r1.677)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.676&r2=1.677)
    pgsql/config:
        python.m4 (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/python.m4?r1=1.17&r2=1.18)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Message style tuning
Следующее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Add vacuum_defer_cleanup_age to postgresql.conf.sample.