mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
code: replace 'master' with 'primary' where appropriate.
Also changed "in the primary" to "on the primary", and added a few "the" before "primary". Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
This commit is contained in:
@ -3676,7 +3676,7 @@ AlterTableInternal(Oid relid, List *cmds, bool recurse)
|
||||
* and does not travel through this section of code and cannot be combined with
|
||||
* any of the subcommands given here.
|
||||
*
|
||||
* Note that Hot Standby only knows about AccessExclusiveLocks on the master
|
||||
* Note that Hot Standby only knows about AccessExclusiveLocks on the primary
|
||||
* so any changes that might affect SELECTs running on standbys need to use
|
||||
* AccessExclusiveLocks even if you think a lesser lock would do, unless you
|
||||
* have a solution for that also.
|
||||
|
Reference in New Issue
Block a user