mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
In SSL tests, restart after pg_hba.conf changes
This prevents silently using a wrong configuration, similar to
b4e2ada347
.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user