mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Function is_witness() no longer required
Node type can be extracted directly from the metadata
This commit is contained in:
@@ -30,7 +30,6 @@ PGconn *establish_db_connection_by_params(const char *keywords[],
|
||||
const bool exit_on_error);
|
||||
bool check_cluster_schema(PGconn *conn);
|
||||
int is_standby(PGconn *conn);
|
||||
int is_witness(PGconn *conn,char *cluster, int node_id);
|
||||
bool is_pgup(PGconn *conn, int timeout);
|
||||
int get_primary_node_id(PGconn *conn, char *cluster);
|
||||
int get_server_version(PGconn *conn, char *server_version);
|
||||
|
||||
Reference in New Issue
Block a user