mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +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:
@@ -264,7 +264,7 @@ PreventCommandIfParallelMode(const char *cmdname)
|
||||
/*
|
||||
* PreventCommandDuringRecovery: throw error if RecoveryInProgress
|
||||
*
|
||||
* The majority of operations that are unsafe in a Hot Standby slave
|
||||
* The majority of operations that are unsafe in a Hot Standby
|
||||
* will be rejected by XactReadOnly tests. However there are a few
|
||||
* commands that are allowed in "read-only" xacts but cannot be allowed
|
||||
* in Hot Standby mode. Those commands should call this function.
|
||||
|
Reference in New Issue
Block a user