mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
pgbench: Attempt fix build on Windows
This commit is contained in:
parent
b5213e14a4
commit
d577bb868d
@ -68,7 +68,7 @@ my $frontend_extraincludes = {
|
|||||||
my $frontend_extrasource = {
|
my $frontend_extrasource = {
|
||||||
'psql' => ['src\bin\psql\psqlscan.l'],
|
'psql' => ['src\bin\psql\psqlscan.l'],
|
||||||
'pgbench' =>
|
'pgbench' =>
|
||||||
[ 'contrib\pgbench\exprscan.l', 'contrib\pgbench\exprparse.y' ],
|
[ 'src\bin\pgbench\exprscan.l', 'src\bin\pgbench\exprparse.y' ],
|
||||||
};
|
};
|
||||||
my @frontend_excludes =
|
my @frontend_excludes =
|
||||||
('pgevent', 'pg_basebackup', 'pg_rewind', 'pg_dump', 'scripts');
|
('pgevent', 'pg_basebackup', 'pg_rewind', 'pg_dump', 'scripts');
|
||||||
|
Loading…
Reference in New Issue
Block a user