mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -725,7 +725,7 @@ Deadlocks involving AccessExclusiveLocks are not possible, so we need
|
||||
not be concerned that a user initiated deadlock can prevent recovery from
|
||||
progressing.
|
||||
|
||||
AccessExclusiveLocks on the primary or master node generate WAL records
|
||||
AccessExclusiveLocks on the primary node generate WAL records
|
||||
that are then applied by the Startup process. Locks are released at end
|
||||
of transaction just as they are in normal processing. These locks are
|
||||
held by the Startup process, acting as a proxy for the backends that
|
||||
|
Reference in New Issue
Block a user