]> granicus.if.org Git - postgresql/commitdiff
Fix searchpath for modern Perl for genbki.pl
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 14:59:46 +0000 (09:59 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 15:06:12 +0000 (10:06 -0500)
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.

src/backend/catalog/genbki.pl

index ca8987907c6d4dc88e9a888ca08f59ff3bf3db48..b09f8b5e47cc61adbae8db9a502586e8123664e4 100644 (file)
 #
 #----------------------------------------------------------------------
 
+use File::Basename;
+use File::Spec;
+BEGIN  { use lib File::Spec->rel2abs(dirname(__FILE__)); }
+
 use Catalog;
 
 use strict;