pgsql: Make configure probe for the location of the header

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make configure probe for the location of the header
Дата
Msg-id 20071023213816.39244754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make configure probe for the location of the <uuid.h> header file.
Needed to accommodate different layout on some platforms (Debian for
one).  Heikki Linnakangas

Modified Files:
--------------
    pgsql:
        configure (r1.563 -> r1.564)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.563&r2=1.564)
        configure.in (r1.529 -> r1.530)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.529&r2=1.530)
    pgsql/contrib/uuid-ossp:
        uuid-ossp.c (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.c?r1=1.2&r2=1.3)
    pgsql/src/include:
        pg_config.h.in (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.123&r2=1.124)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rename and slightly redefine the default text search parser's
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove the aggregate form of ts_rewrite(), since it doesn't work