pgsql: Add current directory to Perl include path

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add current directory to Perl include path
Date: 2018-02-24 19:54:55
Message-ID: E1epfuJ-0004xh-RQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add current directory to Perl include path

Recent Perl versions don't have the current directory in the module
include path anymore, so we need to add it here explicitly to make these
scripts continue to work.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/mb/Unicode/Makefile | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-02-25 19:53:17 pgsql: Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.
Previous Message Tom Lane 2018-02-24 19:46:41 pgsql: Fix thinko in in_range_float4_float8.