1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

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 d48e10a685
commit ca93b816f8

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
{