pgsql-server/ /configure.in rc/bin/psql/comman ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/ /configure.in rc/bin/psql/comman ...
Дата
Msg-id 20030219040404.A4D2B475843@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/18 23:04:04

Modified files:
    .              : configure.in
    src/bin/psql   : command.c input.h
    src/include    : pg_config.h.in

Log message:
    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


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src backend/commands/typecmds.c b ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/. configure