mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Attempt to unbreak pg_test_timing on Windows.
Per buildfarm, and Álvaro Herrera.
This commit is contained in:
@ -31,7 +31,7 @@ my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
|
|||||||
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade','vacuumlo');
|
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade','vacuumlo');
|
||||||
my @contrib_uselibpgport =(
|
my @contrib_uselibpgport =(
|
||||||
'oid2name', 'pgbench', 'pg_standby','pg_archivecleanup',
|
'oid2name', 'pgbench', 'pg_standby','pg_archivecleanup',
|
||||||
'pg_test_fsync', 'pg_upgrade', 'vacuumlo'
|
'pg_test_fsync', 'pg_test_timing', 'pg_upgrade', 'vacuumlo'
|
||||||
);
|
);
|
||||||
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
|
||||||
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
|
||||||
|
Reference in New Issue
Block a user