mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Rename user-facing tools with "xlog" in the name to say "wal".
This means pg_receivexlog because pg_receivewal, pg_resetxlog becomes pg_resetwal, and pg_xlogdump becomes pg_waldump.
This commit is contained in:
@ -24,7 +24,7 @@ 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_recvlogical', 'pg_restore',
|
||||
'pg_isready', 'pg_receivewal', 'pg_recvlogical', 'pg_restore',
|
||||
'psql', 'reindexdb', 'vacuumdb', @client_contribs);
|
||||
|
||||
sub lcopy
|
||||
|
Reference in New Issue
Block a user