]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:19 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:19 +0000 (16:18 +0000)
commit3600e4ced24001cc384f586a4486c6b9f31074a4
tree9dc9ac676d6bc2caf7a28858bcd6b83d3b4970a2
parentfedb1665495b54bd587d1d396ecfb1f9e7b936ba
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