mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
repmgrd: in BDR mode, have each repmgrd monitor each node
This will cover both the case when an entire node including repmgrd goes down, and when one PostgreSQL instance goes down but repmgrd is still up (in which case only one of the repmgrds will handle the failover).
This commit is contained in:
@@ -37,8 +37,6 @@ typedef struct TablespaceDataList
|
||||
static PGconn *primary_conn = NULL;
|
||||
static PGconn *source_conn = NULL;
|
||||
|
||||
static int server_version_num = UNKNOWN_SERVER_VERSION_NUM;
|
||||
|
||||
static char local_data_directory[MAXPGPATH];
|
||||
static bool local_data_directory_provided = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user