pgsql: Fix searchpath for modern Perl for genbki.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix searchpath for modern Perl for genbki.pl
Date: 2019-02-05 15:08:01
Message-ID: E1gr2KP-0006QZ-8M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix searchpath for modern Perl for genbki.pl

This was fixed for MSVC tools by commit 1df92eeafefac4, but per
buildfarm member bowerbird genbki.pl needs the same treatment.

Backpatch to all live branches.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/genbki.pl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-05 16:00:13 pgsql: Update time zone data files to tzdata release 2018i.
Previous Message Tom Lane 2019-02-05 02:45:48 pgsql: Remove unnecessary "inline" marker introduced in commit 4be058fe