]> granicus.if.org Git - postgresql/commitdiff
Teach MSVC build system about postgres_fdw.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Feb 2013 11:43:15 +0000 (06:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 21 Feb 2013 11:43:15 +0000 (06:43 -0500)
Per buildfarm.

src/tools/msvc/Mkvcbuild.pm

index 75e7e4173f88ebd70585310d7d7f7bcd6c0cca58..ad797ffa6c8dfc8a1e0816907bae2c9d495a21fd 100644 (file)
@@ -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',