In SSL tests, restart after pg_hba.conf changes

This prevents silently using a wrong configuration, similar to
b4e2ada347.
This commit is contained in:
Peter Eisentraut 2018-03-03 08:54:46 -05:00
parent ff18115ae9
commit f96f48113f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ sub switch_server_cert
print $sslconf "ssl_crl_file='root+client.crl'\n";
close $sslconf;
$node->reload;
$node->restart;
}
sub configure_hba_for_ssl