mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
doc: update HISTORY and release notes
This commit is contained in:
@@ -2620,7 +2620,6 @@ do_standby_switchover(void)
|
||||
PGconn *remote_conn = NULL;
|
||||
|
||||
t_node_info local_node_record = T_NODE_INFO_INITIALIZER;
|
||||
int server_version_num = UNKNOWN_SERVER_VERSION_NUM;
|
||||
|
||||
/* the remote server is the primary to be demoted */
|
||||
char remote_conninfo[MAXCONNINFO] = "";
|
||||
@@ -2686,8 +2685,6 @@ do_standby_switchover(void)
|
||||
exit(ERR_BAD_CONFIG);
|
||||
}
|
||||
|
||||
server_version_num = get_server_version(local_conn, NULL);
|
||||
|
||||
if (runtime_options.dry_run == true)
|
||||
{
|
||||
log_notice(_("checking switchover on node \"%s\" (ID: %i) in --dry-run mode"),
|
||||
|
||||
Reference in New Issue
Block a user