Re: psql tab completion versus Debian's libedit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql tab completion versus Debian's libedit
Дата
Msg-id 148646.1643859652@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql tab completion versus Debian's libedit  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-02-02 22:28:31 -0500, Tom Lane wrote:
>> I conclude that there are no extant versions of readline/libedit
>> that don't have rl_completion_append_character, so we could
>> drop that configure test and save a cycle or two.

> Sounds good to me!

On it now.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: psql tab completion versus Debian's libedit
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Adding CI to our tree