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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove test-case workarounds for ancient libedit versions.
Date: 2024-09-04 20:25:47
Message-ID: E1slwZW-0009P6-QR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-09-04 21:38:51 pgsql: Remove lc_collate_is_c().
Previous Message Noah Misch 2024-09-04 18:39:05 pgsql: Revert "Optimize pg_visibility with read streams."