mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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:
@ -759,8 +759,8 @@ ExecCheckRTEPermsModified(Oid relOid, Oid userid, Bitmapset *modifiedCols,
|
||||
* unless we're in parallel mode, in which case don't even allow writes
|
||||
* to temp tables.
|
||||
*
|
||||
* Note: in a Hot Standby slave this would need to reject writes to temp
|
||||
* tables just as we do in parallel mode; but an HS slave can't have created
|
||||
* Note: in a Hot Standby this would need to reject writes to temp
|
||||
* tables just as we do in parallel mode; but an HS standby can't have created
|
||||
* any temp tables in the first place, so no need to check that.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user