Re: pgsql: Add basic TAP tests for psql's tab-completion logic.
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Peter Geoghegan <[email protected]> writes: > On Sat, Jan 4, 2020 at 5:57 PM Tom Lane <[email protected]> wrote: >> A quick look at the readline docs suggests that the >> best way to do that would be to set envar INPUTRC to /dev/null --- could >> you confirm that that works for you? > Yes -- "export INPUTRC=/dev/null" also makes it work for me (on HEAD + > HEAD-unset-TERM-in-tab-completion-test.patch, but with my > original/problematic ~/.inputrc). Cool, I'll go commit a fix along those lines. Thanks for tracing this down! regards, tom lane