mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix searchpath for modern Perl for genbki.pl
This was fixed for MSVC tools by commit 1df92eeafe
, but per
buildfarm member bowerbird genbki.pl needs the same treatment.
Backpatch to all live branches.
This commit is contained in:
@ -14,6 +14,10 @@
|
|||||||
#
|
#
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
|
use File::Basename;
|
||||||
|
use File::Spec;
|
||||||
|
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
|
||||||
|
|
||||||
use Catalog;
|
use Catalog;
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
Reference in New Issue
Block a user