mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
primary -> master
For consistency
This commit is contained in:
@@ -645,7 +645,7 @@ get_master_connection(PGconn *standby_conn, char *cluster,
|
|||||||
{
|
{
|
||||||
PQclear(res2);
|
PQclear(res2);
|
||||||
PQclear(res1);
|
PQclear(res1);
|
||||||
log_debug(_("get_master_connection(): current primary node is %i\n"), node_id);
|
log_debug(_("get_master_connection(): current master node is %i\n"), node_id);
|
||||||
|
|
||||||
if(master_id != NULL)
|
if(master_id != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user