Re: lippq client library and openssl initialization: PQinitOpenSSL()

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: lippq client library and openssl initialization: PQinitOpenSSL()
Дата
Msg-id A09060B3-D85E-45BC-A91B-AC49924773CA@yesql.se
обсуждение исходный текст
Ответ на Re: lippq client library and openssl initialization: PQinitOpenSSL()  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: lippq client library and openssl initialization: PQinitOpenSSL()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> On 12 Sep 2022, at 15:47, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Personally I'd put this up front, more like
>
>   have been initialized by your application, so that
>   <application>libpq</application> will not also initialize those libraries.
> +  However, this is unnecessary when using OpenSSL 1.1.0 or later,
> +  as duplicate initializations are no longer problematic.
>  </para>
>
> If you do use wording that specifically mentions PQinitOpenSSL,
> it should also mention PQinitSSL, just for clarity.

Reviving an old thread that got buried, I propose to apply the attached and
backpatch it as OpenSSL of such vintage is equally likely to be used in old
versions of postgres as current.

--
Daniel Gustafsson


Вложения

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

Предыдущее
От: John Howroyd
Дата:
Сообщение: Re: Guidance on INSERT RETURNING order
Следующее
От: Tom Lane
Дата:
Сообщение: Re: lippq client library and openssl initialization: PQinitOpenSSL()