pgsql: Support linking with MinGW-built Perl.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support linking with MinGW-built Perl.
Date: 2017-11-24 04:49:35
Message-ID: E1eI5vj-0003wM-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support linking with MinGW-built Perl.

This is necessary for ActivePerl 5.18 onwards and for Strawberry Perl.
It is not sufficient for 32-bit builds with newer Visual Studio; these
fail with error LINK2026. Back-patch to 9.3 (all supported versions).

Reported by Victor Wagner.

Discussion: https://postgr.es/m/20160326154321.7754ab8f@wagner.wagner.home

Branch
------
REL_10_STABLE

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

Modified Files
--------------
config/perl.m4 | 17 ++++++++++++-----
configure | 17 ++++++++++++-----
src/pl/plperl/plperl.h | 8 ++++++++
src/tools/msvc/Mkvcbuild.pm | 5 +++--
4 files changed, 35 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-24 05:29:27 pgsql: Fix unstable regression test added by commits 59b71c6fe et al.
Previous Message Tom Lane 2017-11-24 04:19:14 Re: pgsql: Generational memory allocator