pgsql: Fix inclusions of readline/editline header files so that we only

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix inclusions of readline/editline header files so that we only
Date: 2009-08-24 16:18:49
Message-ID: 20090824161849.4D21A75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
input.h (r1.20 -> r1.20.4.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.h?r1=1.20&r2=1.20.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-24 17:23:02 pgsql: Avoid calling kill() in a postmaster signal handler.
Previous Message Tom Lane 2009-08-24 16:18:42 pgsql: Fix inclusions of readline/editline header files so that we only