pgsql: Fix inclusions of readline/editline header files so that we only - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix inclusions of readline/editline header files so that we only
Date
Msg-id 20090824161819.1042375331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix inclusions of readline/editline header files so that we only attempt to
#include the version of history.h that is in the same directory as the
readline.h we are using.  This avoids problems in some scenarios where both
readline and editline are installed.  Report and patch by Zdenek Kotala.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        input.h (r1.31 -> r1.31.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.h?r1=1.31&r2=1.31.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix inclusions of readline/editline header files so that we only
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix inclusions of readline/editline header files so that we only