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

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "tgl(at)sss(dot)pgh(dot)pa(dot)us" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] support tab-completion for single quote input with equal sign
Date: 2021-09-08 18:22:30
Message-ID: 8b701cb9ecdd30a0ddf68cfafe8a6f45127fb802.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2021-09-04 at 11:32 -0400, Tom Lane wrote:
> Jacob Champion <pchampion(at)vmware(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-09-08 18:23:42 Re: On login trigger: take three
Previous Message Jeevan Ladhe 2021-09-08 18:13:42 Re: refactoring basebackup.c