Standardize terminology on "primary" (in place of "master")

This commit is contained in:
Ian Barwick
2017-10-24 13:42:50 +09:00
parent a39b8ccc2d
commit 7c3abe28b9
6 changed files with 7 additions and 7 deletions

View File

@@ -1323,7 +1323,7 @@ do_cluster_cleanup(void)
conn = establish_db_connection(config_file_options.conninfo, true);
/* check if there is a master in this cluster */
/* check if there is a primary in this cluster */
log_info(_("connecting to primary server"));
primary_conn = establish_primary_db_connection(conn, true);