mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Replace an occurrence of slave with standby
Commit a1ef920e27 replaced the use of
slave with standby, but overlooked this comment.
Author: Daniel Gustafsson
This commit is contained in:
@@ -625,7 +625,7 @@ pgss_shmem_startup(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove the persisted stats file so it's not included in
|
* Remove the persisted stats file so it's not included in
|
||||||
* backups/replication slaves, etc. A new file will be written on next
|
* backups/replication standbys, etc. A new file will be written on next
|
||||||
* shutdown.
|
* shutdown.
|
||||||
*
|
*
|
||||||
* Note: it's okay if the PGSS_TEXT_FILE is included in a basebackup,
|
* Note: it's okay if the PGSS_TEXT_FILE is included in a basebackup,
|
||||||
|
|||||||
Reference in New Issue
Block a user