Re: Remove deprecation warnings when compiling PG ~13 with OpenSSL 3.0~

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Remove deprecation warnings when compiling PG ~13 with OpenSSL 3.0~
Дата
Msg-id 057B416A-15E8-4597-B06A-8AC8F3BA678B@yesql.se
обсуждение исходный текст
Ответ на Re: Remove deprecation warnings when compiling PG ~13 with OpenSSL 3.0~  (Andres Freund <andres@anarazel.de>)
Ответы Re: Remove deprecation warnings when compiling PG ~13 with OpenSSL 3.0~  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
> On 21 Jun 2023, at 07:44, Andres Freund <andres@anarazel.de> wrote:
> On 2023-06-21 11:53:44 +0900, Michael Paquier wrote:

>> I have been annoyed by these in the past when doing backpatches, as
>> this creates some noise, and the only place where this counts is
>> sha2_openssl.c.  Thoughts about doing something like the attached for
>> ~13?
> 
> Wouldn't the proper fix be to backpatch 4d3db13621b?

Agreed, I'd be more inclined to go with OPENSSL_API_COMPAT.  If we still get
warnings with that set then I feel those warrant special consideration rather
than a blanket suppression.

--
Daniel Gustafsson




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] hstore: Fix parsing on Mac OS X: isspace() is locale specific
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Consistent coding for the naming of LR workers