mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
repmgr standby follow: add event details
Useful to have a confirmation of which node was followed.
This commit is contained in:
@@ -721,7 +721,7 @@ monitor_streaming_standby(void)
|
||||
upstream_node_status = NODE_STATUS_UNKNOWN;
|
||||
|
||||
appendPQExpBuffer(&event_details,
|
||||
_("unable to connect to upstream node %s (node ID: %i)"),
|
||||
_("unable to connect to upstream node \"%s\" (node ID: %i)"),
|
||||
upstream_node_info.node_name, upstream_node_info.node_id);
|
||||
|
||||
if (upstream_node_info.type == STANDBY)
|
||||
|
||||
Reference in New Issue
Block a user