Avoid generating SSL certs for LDAP tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Avoid generating SSL certs for LDAP tests
Дата
Msg-id bc305c7a-f390-44f2-2e82-9bcaec6108da@dunslane.net
обсуждение исходный текст
Ответы Re: Avoid generating SSL certs for LDAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
We don't generate SSL certificates for running the SSL tests, but
instead use pregenerated certificates that are part of our source code.
This patch applies the same policy to the LDAP tests, and in fact simply
reuses certificates from the SSL test suite by copying them. It won't
save much but it should save a handful of cycles at run time.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Вложения

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

Предыдущее
От: Maxim Orlov
Дата:
Сообщение: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: appendBinaryStringInfo stuff