repmgr: fix "Missing replication slots" label in "node check"

Per report in GitHub #507.
This commit is contained in:
Ian Barwick
2018-10-03 13:52:44 +09:00
parent ac40ef0e43
commit b346914d4d
3 changed files with 4 additions and 2 deletions

View File

@@ -1784,7 +1784,7 @@ do_node_check_missing_slots(PGconn *conn, OutputMode mode, t_node_info *node_inf
if (list_output != NULL)
{
check_status_list_set(list_output,
"Replication slots",
"Missing replication slots",
status,
details.data);
}