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
|
||||
* name from our own copy of the record
|
||||
*/
|
||||
appendPQExpBufferStr(upstream,
|
||||
node_info->upstream_node_name);
|
||||
appendPQExpBuffer(upstream,
|
||||
"? %s",
|
||||
node_info->upstream_node_name);
|
||||
}
|
||||
else if (remote_node_rec.type == WITNESS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user