pgsql: Extend configure_test_server_for_ssl to add extensions - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Extend configure_test_server_for_ssl to add extensions
Date
Msg-id E1ms0iG-00050O-0o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <tgl@sss.pgh.pa.us>
Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/E23F9811-0C77-45DA-912F-D809AB140741@yesql.se

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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Add a view to show the stats of subscription workers.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use