doc: update HISTORY and release notes

This commit is contained in:
Ian Barwick
2018-02-09 11:42:16 +09:00
parent e36b180de8
commit ec998bf9c5

View File

@@ -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"),