Here's the patch I promised over on HACKERS - it alters the

Bruce Momjian <bruce@momjian.us>

Commit: adc3b34b9cc8a5aff7dd1cc9d249708490301ccb
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-02-19T04:04:04Z
Releases: 7.4.1
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

Files

PathChange+/−
configure.in modified +8 −5
src/bin/psql/command.c modified +6 −1
src/bin/psql/input.h modified +5 −1
src/include/pg_config.h.in modified +10 −1