mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +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:
@@ -335,7 +335,7 @@ check_bin_dir(ClusterInfo *cluster)
|
||||
|
||||
validate_exec(cluster->bindir, "postgres");
|
||||
validate_exec(cluster->bindir, "pg_ctl");
|
||||
validate_exec(cluster->bindir, "pg_resetxlog");
|
||||
validate_exec(cluster->bindir, "pg_resetwal");
|
||||
if (cluster == &new_cluster)
|
||||
{
|
||||
/* these are only needed in the new cluster */
|
||||
|
Reference in New Issue
Block a user