mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
do not exit in guc_setted and guc_setted_typed
This commit is contained in:
@@ -30,9 +30,9 @@ int is_standby(PGconn *conn);
|
||||
int is_witness(PGconn *conn, char *schema, char *cluster, int node_id);
|
||||
bool is_pgup(PGconn *conn, int timeout);
|
||||
char *pg_version(PGconn *conn, char* major_version);
|
||||
bool guc_setted(PGconn *conn, const char *parameter, const char *op,
|
||||
int guc_setted(PGconn *conn, const char *parameter, const char *op,
|
||||
const char *value);
|
||||
bool guc_setted_typed(PGconn *conn, const char *parameter, const char *op,
|
||||
int guc_setted_typed(PGconn *conn, const char *parameter, const char *op,
|
||||
const char *value, const char *datatype);
|
||||
|
||||
const char *get_cluster_size(PGconn *conn);
|
||||
|
||||
Reference in New Issue
Block a user