Fix inclusions of readline/editline header files so that we only attempt to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:49 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:49 +0000 (16:18 +0000)
commitdeab233a9e8d1d395be4ee24ed7170af85f93187
treeebaa102071df7498a78aa92565105ed8c948f4b9
parent2e78dc85e0b3f0a65c58905a65279f6ab18da36e
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.
src/bin/psql/input.h