mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix pg_standby to build on msvc.
This commit is contained in:
@@ -162,7 +162,7 @@ my $contrib_defines = {
|
||||
'refint' => 'REFINT_VERBOSE'
|
||||
};
|
||||
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'vacuumlo');
|
||||
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'vacuumlo');
|
||||
my @contrib_uselibpgport = ('oid2name', 'pgbench', 'pg_standby', 'vacuumlo');
|
||||
my $contrib_extralibs = {
|
||||
'pgbench' => ['wsock32.lib']
|
||||
};
|
||||
|
Reference in New Issue
Block a user