pgsql: Make configure probe for the location of the header - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make configure probe for the location of the header
Date
Msg-id 20071023213816.39244754229@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rename and slightly redefine the default text search parser's
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove the aggregate form of ts_rewrite(), since it doesn't work