Commit 8614b39b authored by Robert Haas's avatar Robert Haas

MSVC: Include pg_recvlogical in client-only install.

MauMau, reviewed by Michael Paquier
parent 2c8f0d6e
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment