Re: [PATCH] support tab-completion for single quote input with equal sign

Поиск
Список
Период
Сортировка
От Jacob Champion
Тема Re: [PATCH] support tab-completion for single quote input with equal sign
Дата
Msg-id 8b701cb9ecdd30a0ddf68cfafe8a6f45127fb802.camel@vmware.com
обсуждение исходный текст
Ответ на Re: [PATCH] support tab-completion for single quote input with equal sign  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] support tab-completion for single quote input with equal sign  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, 2021-09-04 at 11:32 -0400, Tom Lane wrote:
> Jacob Champion <pchampion@vmware.com> writes:
> >     t/010_tab_completion.pl .. 17/? 
> >     #   Failed test 'tab-completion after single quoted text input with equal sign'
> >     #   at t/010_tab_completion.pl line 198.
> >     # Actual output was "CREATE SUBSCRIPTION my_sub CONNECTION 'host=localhost port=5432 dbname=postgres' \a"
> >     # Did not match "(?^:PUBLICATION)"
> >     # Looks like you failed 1 test of 23.
> 
> Independently of the concerns I raised, I'm wondering how come you
> are getting different results.  Which readline or libedit version
> are you using, on what platform?

Now you have me worried...

- Ubuntu 20.04
- libedit, version 3.1-20191231-1

--Jacob

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

Предыдущее
От: Jeevan Ladhe
Дата:
Сообщение: Re: refactoring basebackup.c
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: On login trigger: take three