pgsql: Remove test-case workarounds for ancient libedit versions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove test-case workarounds for ancient libedit versions.
Date
Msg-id E1slwZW-0009P6-QR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove test-case workarounds for ancient libedit versions.

This reverts some hacks added in d33a81203 and cd69ec66c.
At the time the concern was the already-ancient version of
libedit shipped in Debian 10 (Buster).  That platform is
now two years past EOL, so desupporting it for PG 18 seems
fine.  (Also, if anyone is really hot to keep testing it,
they can use SKIP_READLINE_TESTS to skip this test.)

We might have to reconsider if any animals still in the
buildfarm don't like this, but the best way to find out
is to try it.

Anton Melnikov

Discussion: https://postgr.es/m/CAGRrpzZU48F2oV3d8eDLr=4TU9xFH5Jt9ED+qU1+X91gMH68Sw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83eb481d527b541e2ef2a1b14ab2c56b2ccf362b

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl | 27 ++++++++-------------------
1 file changed, 8 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Revert "Optimize pg_visibility with read streams."
Next
From: Jeff Davis
Date:
Subject: pgsql: Remove lc_collate_is_c().