mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +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:
@@ -61,4 +61,4 @@ recovery must not dirty the page if the buffer is not already dirty, when
|
||||
checksums are enabled. Systems in Hot-Standby mode may benefit from hint bits
|
||||
being set, but with checksums enabled, a page cannot be dirtied after setting a
|
||||
hint bit (due to the torn page risk). So, it must wait for full-page images
|
||||
containing the hint bit updates to arrive from the master.
|
||||
containing the hint bit updates to arrive from the primary.
|
||||
|
Reference in New Issue
Block a user