pgsql: Refactor routine to test connection to SSL server

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Refactor routine to test connection to SSL server
Дата
Msg-id E1eFKUh-0002R3-1N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refactor routine to test connection to SSL server

Move the sub-routines wrappers to check if a connection to a server is
fine or not into the test main module. This is useful for other tests
willing to check connectivity into a server.

Author: Michael Paquier <michael@paquier.xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/642bafa0c5f9f08d106a14f31429e0e0c718b603

Modified Files
--------------
src/test/ssl/ServerSetup.pm    |  45 +++++++++++++-
src/test/ssl/t/001_ssltests.pl | 132 +++++++++++++++++------------------------
2 files changed, 100 insertions(+), 77 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pgsql: Add hooks for session start and session end
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further refactoring of c.h and nearby files.