mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16: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;
|
PGconn *remote_conn = NULL;
|
||||||
|
|
||||||
t_node_info local_node_record = T_NODE_INFO_INITIALIZER;
|
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 */
|
/* the remote server is the primary to be demoted */
|
||||||
char remote_conninfo[MAXCONNINFO] = "";
|
char remote_conninfo[MAXCONNINFO] = "";
|
||||||
@@ -2686,8 +2685,6 @@ do_standby_switchover(void)
|
|||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
|
||||||
server_version_num = get_server_version(local_conn, NULL);
|
|
||||||
|
|
||||||
if (runtime_options.dry_run == true)
|
if (runtime_options.dry_run == true)
|
||||||
{
|
{
|
||||||
log_notice(_("checking switchover on node \"%s\" (ID: %i) in --dry-run mode"),
|
log_notice(_("checking switchover on node \"%s\" (ID: %i) in --dry-run mode"),
|
||||||
|
|||||||
Reference in New Issue
Block a user