Avoid generating SSL certs for LDAP tests - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Avoid generating SSL certs for LDAP tests
Date
Msg-id bc305c7a-f390-44f2-2e82-9bcaec6108da@dunslane.net
Whole thread Raw
Responses Re: Avoid generating SSL certs for LDAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Maxim Orlov
Date:
Subject: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Next
From: Tom Lane
Date:
Subject: Re: appendBinaryStringInfo stuff