mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
@@ -2951,7 +2951,7 @@ get_child_nodes(PGconn *conn, int node_id, NodeInfoList *node_list)
|
|||||||
" WHERE n.upstream_node_id = %i ",
|
" WHERE n.upstream_node_id = %i ",
|
||||||
node_id);
|
node_id);
|
||||||
|
|
||||||
log_verbose(LOG_DEBUG, "get_active_sibling_node_records():\n%s", query.data);
|
log_verbose(LOG_DEBUG, "get_child_nodes():\n%s", query.data);
|
||||||
|
|
||||||
res = PQexec(conn, query.data);
|
res = PQexec(conn, query.data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user