libedit-preferred by default

Поиск
Список
Период
Сортировка
От Neil Conway
Тема libedit-preferred by default
Дата
Msg-id 1180375958.6648.24.camel@goldbach
обсуждение исходный текст
Ответы Re: libedit-preferred by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
If both libedit and libreadline are available, we currently default to
linking against libreadline, unless the "--with-libedit-preferred"
configure option is used. Why do we default to preferring GNU readline
over libedit?

libedit is clearly preferable for license reasons. You could make the
argument that libedit is perhaps less stable than readline (although I'm
not aware of any outstanding issues with it), but (a) we need to support
libedit anyway, due to Darwin and NetBSD (b) if there are any issues
with libedit, users can always specify "--without-libedit-preferred" (c)
those users with both libraries installed are presumably at least
somewhat satisfied with libedit.

-Neil




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: What is the maximum encoding-conversion growth rate, anyway?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libedit-preferred by default