Remove witness server references

This commit is contained in:
Ian Barwick
2017-07-10 09:31:31 +09:00
parent 9e3d942917
commit 5fbcf3e476
12 changed files with 12 additions and 74 deletions

View File

@@ -471,9 +471,6 @@ start_monitoring(void)
case STANDBY:
monitor_streaming_standby();
break;
case WITNESS:
/* not handled */
return;
case BDR:
monitor_bdr();
return;