]> granicus.if.org Git - postgresql/commit
Here's the patch I promised over on HACKERS - it alters the
authorBruce Momjian <bruce@momjian.us>
Wed, 19 Feb 2003 04:04:04 +0000 (04:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 19 Feb 2003 04:04:04 +0000 (04:04 +0000)
commitadc3b34b9cc8a5aff7dd1cc9d249708490301ccb
treed49ee42828b0e2b86f673a390c3badee201f94c9
parentd0f3a7e9c453b10ad3c16a780858dd2621fc184a
Here's the patch I promised over on HACKERS - it alters the
implementation
of '\e' history tracking for systems that have a readline compatability
library without replace_history_entry.  I fall back to pushing the query
onto the history stack after the \e, rather than replacing it.

The patch adds one more place to look for readline headers, and a test
for replace_history_entry. I've only included the patch for configure.in

Ross J. Reedstrom
configure.in
src/bin/psql/command.c
src/bin/psql/input.h
src/include/pg_config.h.in