Re: [HACKERS] psql and readline

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: [HACKERS] psql and readline
Дата
Msg-id 20030216022912.GC23384@wallace.ece.rice.edu
обсуждение исходный текст
Ответы Re: [HACKERS] psql and readline  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Re: [HACKERS] psql and readline  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] psql and readline  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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 -
I presume configure in CVS is generated on the central server? (I've got
autoconf 2.54 installed, the file in CVS was generated by 2.53 - there are
a number of diffs other than those caused by my additions to configure.in)

Patrick, does this patch work for you, in your build environment?

Ross


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Object (Domain) locking
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Evaluate arguments of COALESCE and NULLIF only once.