pgsql: PL/Perl portability fix: absorb relevant -D switches from Perl.

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: absorb relevant -D switches from Perl.
Date: 2017-07-31 16:38:59
Message-ID: E1dcDid-0004xl-0P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Perl portability fix: absorb relevant -D switches from Perl.

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

Also throw in commit b4cc35fbb709bd6fcae8998f041fd731c9acbf42,
so Coverity doesn't whine about the back branches.

Ashutosh Sharma, some adjustments by me

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

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9cbdc689418b8a3e5b918ba9b76c5ed91d7406c0

Modified Files
--------------
config/perl.m4 | 25 +++++++++++++++++++++++++
configure | 13 +++++++++++++
configure.in | 1 +
src/Makefile.global.in | 1 +
src/pl/plperl/GNUmakefile | 6 +++++-
src/pl/plperl/plperl.c | 28 +++++++++++++++++-----------
src/tools/msvc/Mkvcbuild.pm | 21 ++++++++++++++++++++-
7 files changed, 82 insertions(+), 13 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.