mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
Whitespace fixes
This commit is contained in:
@@ -2025,7 +2025,9 @@ check_cluster_configuration(PGconn *conn)
|
||||
"SELECT oid FROM pg_catalog.pg_class "
|
||||
" WHERE oid = '%s.repl_nodes'::regclass ",
|
||||
get_repmgr_schema_quoted(master_conn));
|
||||
|
||||
res = PQexec(conn, sqlquery);
|
||||
|
||||
if (PQresultStatus(res) != PGRES_TUPLES_OK)
|
||||
{
|
||||
log_err(_("PQexec failed: %s\n"), PQerrorMessage(conn));
|
||||
|
||||
Reference in New Issue
Block a user