"cluster show": syntax fix

This commit is contained in:
Ian Barwick
2017-09-05 13:35:25 +09:00
parent 1ef00f5a3b
commit 9f0d44373b

View File

@@ -164,6 +164,7 @@ do_cluster_show(void)
cell->node_info->node_name, cell->node_info->node_id);
}
else
{
appendPQExpBuffer(&details, "! running as standby");
item_list_append_format(
&warnings,
@@ -171,6 +172,7 @@ do_cluster_show(void)
cell->node_info->node_name, cell->node_info->node_id);
}
}
}
/* node is unreachable */
else
{