mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix perl searchpath for gen_keywordlist.pl
as found by running src/tools/perlcheck/pgperlsyncheck
This commit is contained in:
@ -31,6 +31,10 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
||||||
|
use FindBin;
|
||||||
|
use lib $FindBin::RealBin;
|
||||||
|
|
||||||
use PerfectHash;
|
use PerfectHash;
|
||||||
|
|
||||||
my $output_path = '';
|
my $output_path = '';
|
||||||
|
Reference in New Issue
Block a user