mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Bug fix
This commit is contained in:
committed by
Ian Barwick
parent
f775750334
commit
263128a740
2
repmgr.c
2
repmgr.c
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user