mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
MSVC: Include pg_recvlogical in client-only install.
MauMau, reviewed by Michael Paquier
This commit is contained in:
parent
2c8f0d6e53
commit
8614b39bca
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user