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:30 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:30 +0000 (16:18 +0000)
commite282dacb407e7a3fff8188bc3b2c7f5c792f4bd7
tree2271e1207ea897de32a850defa210ad288301bca
parent0302a8eaa7ac28099b0365d3d28c31771ad48f28
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