mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Remove uses of "slave" in replication contexts
This affects mostly code comments, some documentation, and tests. Official APIs already used "standby".
This commit is contained in:
@@ -483,7 +483,7 @@ pg_upgrade.exe
|
||||
|
||||
<para>
|
||||
From a directory that is above the old and new database cluster
|
||||
directories, run this for each slave:
|
||||
directories, run this for each standby:
|
||||
|
||||
<programlisting>
|
||||
rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_dir
|
||||
@@ -517,7 +517,7 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
|
||||
<para>
|
||||
Configure the servers for log shipping. (You do not need to run
|
||||
<function>pg_start_backup()</> and <function>pg_stop_backup()</>
|
||||
or take a file system backup as the slaves are still synchronized
|
||||
or take a file system backup as the standbys are still synchronized
|
||||
with the master.)
|
||||
</para>
|
||||
</step>
|
||||
|
||||
Reference in New Issue
Block a user