Fix inclusions of readline/editline header files so that we only attempt to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9b708f1f57e8303677f40e7773a3aee716f18a8d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-08-24T16:18:13Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/bin/psql/input.h modified +14 −8