pgsql: Second try at fixing libedit configuration for Bob Friesenhahn. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Second try at fixing libedit configuration for Bob Friesenhahn.
Date
Msg-id 20061005000745.722289FB21D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Second try at fixing libedit configuration for Bob Friesenhahn.
Buildfarm results from 'gazelle' show that there are indeed libedit
versions for which history.h is a needed header, even though it's
apparently been dropped entirely in other versions.  Grumble.

Modified Files:
--------------
    pgsql:
        configure (r1.510 -> r1.511)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.510&r2=1.511)
        configure.in (r1.480 -> r1.481)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.480&r2=1.481)
    pgsql/src/include:
        pg_config.h.in (r1.103 -> r1.104)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.103&r2=1.104)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update Solaris strtod() bug comment.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Work around buggy strtod on (some versions of?) IRIX.