mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +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:
@@ -88,8 +88,8 @@ mask_unused_space(Page page)
|
||||
/*
|
||||
* mask_lp_flags
|
||||
*
|
||||
* In some index AMs, line pointer flags can be modified in master without
|
||||
* emitting any WAL record.
|
||||
* In some index AMs, line pointer flags can be modified on the primary
|
||||
* without emitting any WAL record.
|
||||
*/
|
||||
void
|
||||
mask_lp_flags(Page page)
|
||||
|
||||
Reference in New Issue
Block a user