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