Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8614b39

Browse files
committed
MSVC: Include pg_recvlogical in client-only install.
MauMau, reviewed by Michael Paquier
1 parent 2c8f0d6 commit 8614b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/Install.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ my @client_program_files = (
2424
'dropdb', 'droplang', 'dropuser', 'ecpg',
2525
'libecpg', 'libecpg_compat', 'libpgtypes', 'libpq',
2626
'pg_basebackup', 'pg_config', 'pg_dump', 'pg_dumpall',
27-
'pg_isready', 'pg_receivexlog', 'pg_restore', 'psql',
28-
'reindexdb', 'vacuumdb', @client_contribs);
27+
'pg_isready', 'pg_receivexlog', 'pg_recvlogical', 'pg_restore',
28+
'psql', 'reindexdb', 'vacuumdb', @client_contribs);
2929

3030
sub lcopy
3131
{

0 commit comments

Comments
 (0)