Remove test-case workarounds for ancient libedit versions.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Sep 2024 20:25:28 +0000 (16:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Sep 2024 20:25:28 +0000 (16:25 -0400)
commit83eb481d527b541e2ef2a1b14ab2c56b2ccf362b
treeac7730aca2fb71c6ac2f9673a2a34146a4c5e5fd
parentddfc556a644404a8942e77651f75f09aa5188782
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
src/bin/psql/t/010_tab_completion.pl