mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Detect changes to configuration file
This will prevent unnecessary reconnects to the upstream and updates of the node record on the primary.
This commit is contained in:
@@ -376,7 +376,7 @@ main(int argc, char **argv)
|
||||
case WITNESS:
|
||||
case STANDBY:
|
||||
|
||||
/* We need the node id of the upstream server as well as a connection to it */
|
||||
/* We need the node id of the primary server as well as a connection to it */
|
||||
log_info(_("%s Connecting to primary for cluster '%s'\n"),
|
||||
progname, local_options.cluster_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user