Skip to content

Commit 9335711

Browse files
committed
Fix pg_standby to build on msvc.
1 parent 05f4397 commit 9335711

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
#ifdef WIN32
30-
#include "win32.h"
3130
int getopt(int argc, char * const argv[], const char *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)
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