pgsql: Remove no-longer-needed compatibility hack

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-needed compatibility hack
Date: 2022-10-18 09:53:06
Message-ID: E1okjHV-002u1p-Hu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove no-longer-needed compatibility hack

Our Perl version requirement was raised to 5.14 by commit 4c1532763a00

Discussion: https://postgr.es/m/20221017081649.fjcd2kjqif77uyf2@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/997cd15c7c1629c3d8545aa2ef1afc2e8a6bacfa

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-10-18 14:44:41 pgsql: Fix confusion about havingQual vs hasHavingQual in planner.
Previous Message Alvaro Herrera 2022-10-18 09:47:48 pgsql: Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION