Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 699d70b

Browse files
committed
Teach MSVC build system about postgres_fdw.
Per buildfarm.
1 parent d0d75c4 commit 699d70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ my $libpq;
3030

3131
my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' };
3232
my @contrib_uselibpq =
33-
('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'vacuumlo');
33+
('dblink', 'oid2name', 'pgbench', 'pg_upgrade', 'postgres_fdw', 'vacuumlo');
3434
my @contrib_uselibpgport = (
3535
'oid2name', 'pgbench',
3636
'pg_standby', 'pg_archivecleanup',

0 commit comments

Comments
 (0)