mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +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:
@ -391,7 +391,7 @@ gistRedoPageReuse(XLogReaderState *record)
|
||||
* RecentGlobalXmin test in gistPageRecyclable() conceptually mirrors the
|
||||
* pgxact->xmin > limitXmin test in GetConflictingVirtualXIDs().
|
||||
* Consequently, one XID value achieves the same exclusion effect on
|
||||
* master and standby.
|
||||
* primary and standby.
|
||||
*/
|
||||
if (InHotStandby)
|
||||
{
|
||||
|
Reference in New Issue
Block a user