]> 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:25 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:25 +0000 (16:18 +0000)
commitb040178c11ec50704fc4fd420bce188cd4f340a7
tree54871e8db854f24fb4f50ce58a734c861e222d69
parentf57d5b7b4bafeac0dac377f8824e4d99547f327c
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