]> granicus.if.org Git - postgresql/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:36 +0000 (16:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Aug 2009 16:18:36 +0000 (16:18 +0000)
commitf735f4715ac6edcf671925737a4c5803405c32bc
tree0b023353ccc0db79ea981dea364c4fdfd6c7a497
parented398d1957835d71f9135ec6161036a3174a394f
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