[COMMITTERS] pgsql: Fix plperl build - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix plperl build
Date
Msg-id E1dxIPQ-0003Sb-HN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix plperl build

The changes in 639928c988c1c2f52bbe7ca89e8c7c78a041b3e2 turned out to
require Perl 5.9.3, which is newer than our minimum required version.
So revert back to the old code for the normal case and only use the new
variant when both coverage and vpath are used.  As the minimum Perl
version moves forward, we can drop the old code sometime.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/65c865620237bf1964757436a36c40af591d30fb

Modified Files
--------------
src/pl/plperl/GNUmakefile | 5 +++++
1 file changed, 5 insertions(+)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Improve vpath support in plperl build
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Improve vpath support in plperl build