From 5e7bbb528638c0f6d585bab107ec7a19e3a39deb Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 14 Jun 2020 14:05:18 -0700 Subject: 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 --- src/include/access/xlog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access/xlog.h') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 77ac4e785fc..5b143348879 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -50,7 +50,7 @@ extern bool InRecovery; * * In INITIALIZED state, we've run InitRecoveryTransactionEnvironment, but * we haven't yet processed a RUNNING_XACTS or shutdown-checkpoint WAL record - * to initialize our master-transaction tracking system. + * to initialize our primary-transaction tracking system. * * When the transaction tracking is initialized, we enter the SNAPSHOT_PENDING * state. The tracked information might still be incomplete, so we can't allow @@ -58,7 +58,7 @@ extern bool InRecovery; * appropriate. * * In SNAPSHOT_READY mode, we have full knowledge of transactions that are - * (or were) running in the master at the current WAL location. Snapshots + * (or were) running on the primary at the current WAL location. Snapshots * can be taken, and read-only queries can be run. */ typedef enum -- cgit v1.2.3