Update "repmgr cluster event" documentation and --help output

This commit is contained in:
Ian Barwick
2017-08-17 10:40:48 +09:00
parent c93fa73a71
commit bbd59ab9a2
2 changed files with 18 additions and 1 deletions

View File

@@ -416,6 +416,9 @@ do_cluster_event(void)
log_debug("do_cluster_event():\n%s", query.data);
res = PQexec(conn, query.data);
termPQExpBuffer(&query);
termPQExpBuffer(&where_clause);
if (PQresultStatus(res) != PGRES_TUPLES_OK)
{
log_error(_("unable to execute event query:\n %s"),