Remove --bdr-only configuration option

This was required for a specific use case during pre-release
development and is no longer needed now the physical streaming
replication handling is implemented.
This commit is contained in:
Ian Barwick
2018-01-18 13:30:47 +09:00
parent 3a382e826e
commit ec068e38a2
7 changed files with 3 additions and 76 deletions

View File

@@ -400,7 +400,6 @@ start_monitoring(void)
{
switch (local_node_info.type)
{
#ifndef BDR_ONLY
case PRIMARY:
monitor_streaming_primary();
break;
@@ -409,12 +408,6 @@ start_monitoring(void)
break;
case WITNESS:
monitor_streaming_witness();
break;
#else
case PRIMARY:
case STANDBY:
return;
#endif
case BDR:
monitor_bdr();
return;