Re: pgsql: Add basic TAP tests for psql's tab-completion logic.
Peter Geoghegan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <CAH2-Wzk3xfc53A0KZRe4Xu9TALRU=HSfSVZqx3jBuws08mG-ew@mail.gmail.com> |
On Fri, Jan 3, 2020 at 7:06 PM Peter Geoghegan <[email protected]> wrote: > No. Also tried setting PG_COLOR="off" and CLICOLOR=0 -- that also > didn't help. (This was based on possibly-relevant vars that "env" > showed were set). Removing the single check_completion() test from 010_tab_completion.pl that actually fails on my system ("offer multiple table choices") fixes the problem for me -- everything else passes. I suppose that this means that the problem is in "offer multiple table choices" specifically. -- Peter Geoghegan