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

Commit9335711

Browse files
committed
Fix pg_standby to build on msvc.
1 parent05f4397 commit9335711

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎contrib/pg_standby/pg_standby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include<signal.h>
2828

2929
#ifdefWIN32
30-
#include"win32.h"
3130
intgetopt(intargc,char*constargv[],constchar*optstring);
3231
#else
3332
#include<sys/time.h>

‎src/tools/msvc/mkvcbuild.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
'refint'=>'REFINT_VERBOSE'
163163
};
164164
my@contrib_uselibpq = ('dblink','oid2name','pgbench','vacuumlo');
165-
my@contrib_uselibpgport = ('oid2name','pgbench','vacuumlo');
165+
my@contrib_uselibpgport = ('oid2name','pgbench','pg_standby','vacuumlo');
166166
my$contrib_extralibs = {
167167
'pgbench'=> ['wsock32.lib']
168168
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp