Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Date
Msg-id 41a318b4-21b2-4b60-89bb-72fa3edbc2ce@eisentraut.org
Whole thread Raw
In response to Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
List pgsql-hackers
On 03.05.24 10:39, Daniel Gustafsson wrote:
>>   I would
>> recommend to update the documentation of PQinitSSL and PQinitOpenSSL
>> to tell that these become useless and are deprecated.
> They are no-ops when linking against v18, but writing an extension which
> targets all supported versions of postgres along with their respective
> supported OpenSSL versions make them still required, or am I missing something?

I don't think extensions come into play here, since this is libpq, so 
only the shared library interface compatibility matters.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Support LIKE with nondeterministic collations
Next
From: Tom Lane
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?