On Sat, 2021-09-04 at 11:32 -0400, Tom Lane wrote: > Jacob Champion <pchamp...@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