Update repmgrd documentation

This commit is contained in:
Ian Barwick
2017-08-29 11:04:30 +09:00
parent 0b9c538cb9
commit df827c6518
3 changed files with 98 additions and 14 deletions

View File

@@ -828,7 +828,7 @@ monitor_streaming_standby(void)
appendPQExpBuffer(
&event_details,
_("reconnect to local node \"%s\" (ID: %i), marking active"),
_("reconnected to local node \"%s\" (ID: %i), marking active"),
local_node_info.node_name,
local_node_info.node_id);