]> git.ipfire.org Git - thirdparty/postgresql.git/commit
plperl: Fix breakage of c89f409749c in back branches.
authorAndres Freund <andres@anarazel.de>
Mon, 31 Jan 2022 01:53:53 +0000 (17:53 -0800)
committerAndres Freund <andres@anarazel.de>
Mon, 31 Jan 2022 02:01:21 +0000 (18:01 -0800)
commit503c65644dd9d6502371c418163ca4316a8bd3f1
tree1a066cf4cc3a50a29dce5ebe93a0ba6b4d2b9c19
parent2557a03f890686501029f9ec12856a4abbc5f414
plperl: Fix breakage of c89f409749c in back branches.

ppport.h was only updated in 05798c9f7f0 (master). Unfortunately my commit
c89f409749c uses PERL_VERSION_LT which came in with that update. Breaking most
buildfarm animals.

I should have noticed that...

We might want to backpatch the ppport update instead, but for now lets get the
buildfarm green again.

Discussion: https://postgr.es/m/20220131015130.shn6wr2fzuymerf6@alap3.anarazel.de
Backpatch: 10-14, master doesn't need it
src/pl/plperl/plperl.c