Extend configure_test_server_for_ssl to add extensions In order to be able to test extensions with SSL connections, allow configure_test_server_for_ssl to create any extensions passed as an array. Each extension is created in all the test databases.
Reviewed-by: Tom Lane <[email protected]> Reviewed-by: Andrew Dunstan <[email protected]> Reviewed-by: Dagfinn Ilmari Mannsåker <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/879fc1a579cc2e2e1dbb79686668b4de2071ab83 Modified Files -------------- src/test/ssl/t/002_scram.pl | 2 +- src/test/ssl/t/SSLServer.pm | 40 +++++++++++++++++++++++++++------------- 2 files changed, 28 insertions(+), 14 deletions(-)
