Re: psql tab completion versus Debian's libedit

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org, pgbf@twiska.com
Date: 2022-02-03T03:40:52Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> 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!

On it now.

			regards, tom lane



Commits

  1. Remove configure's check for rl_completion_append_character.

  2. Improve psql tab-completion tests.