summaryrefslogtreecommitdiff
path: root/src/pl/plperl/plperl.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-01-31 15:01:05 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2022-01-31 15:01:05 -0500
commit2d44912cf79f1f174a83f587e1c4328315b8a0fa (patch)
treed7d75178f11c9c569c18159973481759e8dcdcc3 /src/pl/plperl/plperl.h
parentd81cac47a829c3e2c729ef98acaf132adb7ff3ae (diff)
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
Diffstat (limited to 'src/pl/plperl/plperl.h')
-rw-r--r--src/pl/plperl/plperl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h
index ffcd147578e..6a615385b59 100644
--- a/src/pl/plperl/plperl.h
+++ b/src/pl/plperl/plperl.h
@@ -164,9 +164,6 @@
#endif
/* perl version and platform portability */
-#define NEED_eval_pv
-#define NEED_newRV_noinc
-#define NEED_sv_2pv_flags
#include "ppport.h"
/*