mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Teach MSVC build system about postgres_fdw.
Per buildfarm.
This commit is contained in:
parent
d0d75c4022
commit
699d70b2ec
@ -30,7 +30,7 @@ my $libpq;
|
||||
|
||||
my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' };
|
||||
my @contrib_uselibpq =
|
||||
('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'vacuumlo');
|
||||
('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'postgres_fdw', 'vacuumlo');
|
||||
my @contrib_uselibpgport = (
|
||||
'oid2name', 'pgbench',
|
||||
'pg_standby', 'pg_archivecleanup',
|
||||
|
Loading…
x
Reference in New Issue
Block a user