This commit is contained in:
Gianni Ciolli
2016-05-24 00:57:19 +02:00
committed by Ian Barwick
parent f775750334
commit 263128a740

View File

@@ -1122,7 +1122,7 @@ do_cluster_matrix(void)
sqlquery_snprintf(sqlquery,
"SELECT conninfo, type, name, upstream_node_name, id"
" FROM %s.repl_show_nodes",
" FROM %s.repl_show_nodes ORDER BY id",
get_repmgr_schema_quoted(conn));
log_verbose(LOG_DEBUG, "do_cluster_show(): \n%s\n",sqlquery );