Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5a0fd2

Browse files
committed
Link libpgport into pg_test_fsync on msvc
1 parenta0c75f5 commitf5a0fd2

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)

[8]ページ先頭

©2009-2025 Movatter.jp