pgsql: plperl: update ppport.h to Perl 5.34.0.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: plperl: update ppport.h to Perl 5.34.0.
Date: 2022-01-31 20:08:06
Message-ID: E1nEcy6-0005se-Nd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

plperl: update ppport.h to Perl 5.34.0.

Also apply the changes suggested by running
perl ppport.h --compat-version=5.8.0

And remove some no-longer-required NEED_foo declarations.

Dagfinn Ilmari Mannsåker

Back-patch of commit 05798c9f7 into all supported branches.
At the time we thought this update was mostly cosmetic, but the
lack of it has caused trouble, while the patch itself hasn't.

Discussion: https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.org
Discussion: https://postgr.es/m/20220131015130.shn6wr2fzuymerf6@alap3.anarazel.de

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8be956c65c06b90a058f8bac0010152126923f43

Modified Files
--------------
src/pl/plperl/plperl.c | 10 +-
src/pl/plperl/plperl.h | 3 -
src/pl/plperl/ppport.h | 18588 +++++++++++++++++++++++++++++++++++++----------
3 files changed, 14726 insertions(+), 3875 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-31 20:08:30 Re: pgsql: plperl: windows: Use Perl_setlocale on 5.28+, fixing compile fai
Previous Message Tom Lane 2022-01-31 18:53:46 pgsql: Simplify coding around path_contains_parent_reference().