1
0
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:
Tom Lane 2013-02-21 06:43:15 -05:00
parent d0d75c4022
commit 699d70b2ec

View File

@ -30,7 +30,7 @@ my $libpq;
my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' }; my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' };
my @contrib_uselibpq = my @contrib_uselibpq =
('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'vacuumlo'); ('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'postgres_fdw', 'vacuumlo');
my @contrib_uselibpgport = ( my @contrib_uselibpgport = (
'oid2name', 'pgbench', 'oid2name', 'pgbench',
'pg_standby', 'pg_archivecleanup', 'pg_standby', 'pg_archivecleanup',