pgsql: Fix plperl build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix plperl build
Date: 2017-09-27 19:54:16
Message-ID: E1dxIPQ-0003Sb-HN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-09-27 19:54:50 Re: pgsql: Improve vpath support in plperl build
Previous Message Tom Lane 2017-09-27 19:14:15 Re: pgsql: Improve vpath support in plperl build