mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26: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:
|
case STANDBY:
|
||||||
monitor_streaming_standby();
|
monitor_streaming_standby();
|
||||||
break;
|
break;
|
||||||
case BDR:
|
|
||||||
/* not yet handled */
|
|
||||||
return;
|
|
||||||
case WITNESS:
|
case WITNESS:
|
||||||
/* not handled */
|
/* not handled */
|
||||||
return;
|
return;
|
||||||
@@ -1712,6 +1709,16 @@ reset_node_voting_status(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void
|
||||||
|
monitor_bdr(void)
|
||||||
|
{
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
sleep(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
daemonize_process(void)
|
daemonize_process(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user