mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
cluster show: show unreachable node's upstream name as uncertain
This commit is contained in:
@@ -2250,8 +2250,9 @@ format_node_status(t_node_info *node_info, PQExpBufferData *node_status, PQExpBu
|
|||||||
* Unable to retrieve the node's copy of its own record - copy the
|
* Unable to retrieve the node's copy of its own record - copy the
|
||||||
* name from our own copy of the record
|
* name from our own copy of the record
|
||||||
*/
|
*/
|
||||||
appendPQExpBufferStr(upstream,
|
appendPQExpBuffer(upstream,
|
||||||
node_info->upstream_node_name);
|
"? %s",
|
||||||
|
node_info->upstream_node_name);
|
||||||
}
|
}
|
||||||
else if (remote_node_rec.type == WITNESS)
|
else if (remote_node_rec.type == WITNESS)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user