Skip to content

Commit f5a0fd2

Browse files
committed
Link libpgport into pg_test_fsync on msvc
1 parent a0c75f5 commit f5a0fd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ my $libpq;
2626

2727
my $contrib_defines = {'refint' => 'REFINT_VERBOSE'};
2828
my @contrib_uselibpq = ('dblink', 'oid2name', 'pgbench', 'pg_upgrade','vacuumlo');
29-
my @contrib_uselibpgport =
30-
('oid2name', 'pgbench', 'pg_standby','pg_archivecleanup', 'pg_upgrade', 'vacuumlo');
29+
my @contrib_uselibpgport =(
30+
'oid2name', 'pgbench', 'pg_standby','pg_archivecleanup',
31+
'pg_test_fsync', 'pg_upgrade', 'vacuumlo'
32+
);
3133
my $contrib_extralibs = {'pgbench' => ['wsock32.lib']};
3234
my $contrib_extraincludes = {'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend']};
3335
my $contrib_extrasource = {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy