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

From Jacob Champion
Subject Re: [PATCH] support tab-completion for single quote input with equal sign
Date
Msg-id 8b701cb9ecdd30a0ddf68cfafe8a6f45127fb802.camel@vmware.com
Whole thread Raw
In response to Re: [PATCH] support tab-completion for single quote input with equal sign  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] support tab-completion for single quote input with equal sign  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Jeevan Ladhe
Date:
Subject: Re: refactoring basebackup.c
Next
From: Daniel Gustafsson
Date:
Subject: Re: On login trigger: take three