repmgrd: various fixes for "manual" failover mode

This commit is contained in:
Ian Barwick
2017-08-23 10:56:55 +09:00
parent ff07763242
commit 6259463007
6 changed files with 129 additions and 86 deletions

View File

@@ -54,9 +54,6 @@ while(<$fh>) {
if ($param eq 'node') {
push @outp, qq|node_id=${value}|;
}
elsif ($param eq 'failover') {
push @outp, qq|failover_mode=${value}|;
}
elsif ($param eq 'loglevel') {
push @outp, qq|log_level=${value}|;
}