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:13 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:13 +0000 (16:18 +0000)
commitff638906164589e7b5b48dac01de59e18fba25b3
treed187b9c7a221e815cd2f7845adb320572194ab27
parent0940a936ad744efb147597c506b5ef7333eebbb0
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