Fixes from merge

This commit is contained in:
Ian Barwick
2017-07-04 23:57:43 +09:00
parent 582d0ef363
commit d3ec15cd25

View File

@@ -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)
{