pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Date: 2017-07-31 16:38:59
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Perl portability fix: avoid including XSUB.h in plperl.c.

Back-patch of commit bebe174bb4462ef079a1d7eeafb82ff969f160a4,
which see for more info.

Patch by me, with some help from Ashutosh Sharma

Discussion: https://postgr.es/m/CANFyU97OVQ3+Mzfmt3MhuUm5NwPU=-FtbNH5Eb7nZL9ua8=rcA@mail.gmail.com

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d48180ec812d6d2c1c17900613d05bf6e8d76994

Modified Files
--------------
src/pl/plperl/SPI.xs | 32 +-----
src/pl/plperl/Util.xs | 44 +-------
src/pl/plperl/plperl.c | 238 +++++++++++++++++++++++++++++++----------
src/pl/plperl/plperl.h | 17 ++-
src/pl/plperl/plperl_helpers.h | 6 ++
5 files changed, 206 insertions(+), 131 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-31 17:02:55 pgsql: Record full paths of programs sought by "configure".
Previous Message Tom Lane 2017-07-31 16:38:58 pgsql: PL/Perl portability fix: absorb relevant -D switches from Perl.