Thread: pgsql: Add current directory to Perl include path

pgsql: Add current directory to Perl include path

From
Peter Eisentraut
Date:
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(-)