Re: psql tab completion versus Debian's libedit

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@lists.postgresql.org, pgbf@twiska.com
Date: 2022-02-03T03:33:43Z
Lists: pgsql-hackers
On 2022-02-02 22:28:31 -0500, Tom Lane wrote:
> I conclude that there are no extant versions of readline/libedit
> that don't have rl_completion_append_character, so we could
> drop that configure test and save a cycle or two.

Sounds good to me!



Commits

  1. Remove configure's check for rl_completion_append_character.

  2. Improve psql tab-completion tests.