mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
doc: update HISTORY and release notes
This commit is contained in:
@@ -2738,6 +2738,11 @@ get_node_replication_stats(PGconn *conn, int server_version_num, t_node_info *no
|
||||
PQExpBufferData query;
|
||||
PGresult *res = NULL;
|
||||
|
||||
if (server_version_num == UNKNOWN_SERVER_VERSION_NUM)
|
||||
server_version_num = get_server_version(conn, NULL);
|
||||
|
||||
Assert(server_version_num != UNKNOWN_SERVER_VERSION_NUM);
|
||||
|
||||
initPQExpBuffer(&query);
|
||||
|
||||
appendPQExpBuffer(&query,
|
||||
|
||||
Reference in New Issue
Block a user