Skip to content

Commit b2c9b16

Browse files
committed
Properly build pg_recvlogical in the msvc build system
Michael Paquier
1 parent a0f9358 commit b2c9b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ sub mkvcbuild
375375
$pgreceivexlog->AddFile('src\bin\pg_basebackup\pg_receivexlog.c');
376376
$pgreceivexlog->AddLibrary('ws2_32.lib');
377377

378+
my $pgrecvlogical= AddSimpleFrontend('pg_basebackup', 1);
379+
$pgrecvlogical->{name} = 'pg_recvlogical';
380+
$pgrecvlogical->AddFile('src\bin\pg_basebackup\pg_recvlogical.c');
381+
$pgrecvlogical->AddLibrary('ws2_32.lib');
382+
378383
my $pgconfig = AddSimpleFrontend('pg_config');
379384

380385
my $pgcontrol = AddSimpleFrontend('pg_controldata');

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