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/utils/guc_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/utils') diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 454c2df4878..04431d0eb25 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -73,7 +73,7 @@ enum config_group WAL_RECOVERY_TARGET, REPLICATION, REPLICATION_SENDING, - REPLICATION_MASTER, + REPLICATION_PRIMARY, REPLICATION_STANDBY, REPLICATION_SUBSCRIBERS, QUERY_TUNING, -- cgit v1.2.3