MSVC: Include pg_recvlogical in client-only install.

MauMau, reviewed by Michael Paquier
This commit is contained in:
Robert Haas 2016-09-19 14:21:48 -04:00
parent 2c8f0d6e53
commit 8614b39bca
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ my @client_program_files = (
'dropdb', 'droplang', 'dropuser', 'ecpg',
'libecpg', 'libecpg_compat', 'libpgtypes', 'libpq',
'pg_basebackup', 'pg_config', 'pg_dump', 'pg_dumpall',
'pg_isready', 'pg_receivexlog', 'pg_restore', 'psql',
'reindexdb', 'vacuumdb', @client_contribs);
'pg_isready', 'pg_receivexlog', 'pg_recvlogical', 'pg_restore',
'psql', 'reindexdb', 'vacuumdb', @client_contribs);
sub lcopy
{