mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Fixes from merge
This commit is contained in:
13
repmgrd.c
13
repmgrd.c
@@ -458,9 +458,6 @@ start_monitoring(void)
|
||||
case STANDBY:
|
||||
monitor_streaming_standby();
|
||||
break;
|
||||
case BDR:
|
||||
/* not yet handled */
|
||||
return;
|
||||
case WITNESS:
|
||||
/* not handled */
|
||||
return;
|
||||
@@ -1712,6 +1709,16 @@ reset_node_voting_status(void)
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
monitor_bdr(void)
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
sleep(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
daemonize_process(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user