pgsql: Fix readline/libedit selection code to prefer readline over

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix readline/libedit selection code to prefer readline over
Дата
Msg-id 20041130061305.9FA563A5386@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix readline/libedit selection code to prefer readline over libedit
reliably (ie, regardless of which libraries they depend on).  Also
make sure that we don't select headers that obviously belong to the
wrong one of the two libraries.  This was discussed back around 4-Sep
but seems to have slipped through the cracks.  The header selection
could be checked more closely, perhaps, but let's see if this is good
enough.

Modified Files:
--------------
    pgsql/config:
        programs.m4 (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/config/programs.m4.diff?r1=1.16&r2=1.17)
    pgsql:
        configure (r1.408 -> r1.409)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.408&r2=1.409)
        configure.in (r1.386 -> r1.387)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.386&r2=1.387)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update wording: < you would like to work on an item, please read
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Make log_min_duration_statement output when the