mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
Add MASTER REGISTER and STANDBY REGISTER commands.
This commit is contained in:
@@ -9,3 +9,4 @@ bool is_standby(PGconn *conn);
|
||||
bool is_supported_version(PGconn *conn);
|
||||
bool guc_setted(PGconn *conn, const char *parameter, const char *op, const char *value);
|
||||
const char *get_cluster_size(PGconn *conn);
|
||||
PGconn * getMasterConnection(PGconn *standby_conn, int id, char *cluster, int *master_id);
|
||||
|
||||
Reference in New Issue
Block a user