pgsql: I find that an out-of-the-box installation of OSSP uuid 1.6.0

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: I find that an out-of-the-box installation of OSSP uuid 1.6.0
Дата
Msg-id 20071113001320.052F37540F0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
itself as libuuid, not libossp-uuid which was the only case expected by
our build support.  Install a configure test to determine which name
to use (and to check that the library is present at all).

Modified Files:
--------------
    pgsql:
        configure.in (r1.535 -> r1.536)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.535&r2=1.536)
        configure (r1.569 -> r1.570)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.569&r2=1.570)
    pgsql/src:
        Makefile.global.in (r1.239 -> r1.240)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.239&r2=1.240)
    pgsql/contrib/uuid-ossp:
        Makefile (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/Makefile?r1=1.3&r2=1.4)

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

Предыдущее
От: rlucas@pgfoundry.org (User Rlucas)
Дата:
Сообщение: aupg - aupg_src: Fixed failing test in timetravel function code.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Undo damage from yesterday's script "cleanup".