Re: OpenSSL deprectation warnings in Postgres 10-13

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: OpenSSL deprectation warnings in Postgres 10-13
Дата
Msg-id 9a43c3c3-48a0-3ebb-400e-c24a3ce9c986@enterprisedb.com
обсуждение исходный текст
Ответ на OpenSSL deprectation warnings in Postgres 10-13  (Victor Wagner <vitus@wagner.pp.ru>)
Ответы Re: OpenSSL deprectation warnings in Postgres 10-13  (Victor Wagner <vitus@wagner.pp.ru>)
Список pgsql-hackers
On 06.04.22 11:55, Victor Wagner wrote:
> And found out that versions 10-13 produce a lot of warnings about
> deprecated OpenSSL functions.
> 
> I've found discussion about  this problem
> 
> https://www.postgresql.org/message-id/flat/FEF81714-D479-4512-839B-C769D2605F8A%40yesql.se
> 
> and commit 4d3db13621be64fbac2faf which fixes problem in the 14
> version and above. (it seems to me that declaring wish to use outdated
> API is ugly workaround, but anyway it works)
> 
> But this commit seems not to be backpatched to versions 13-10.

As was discussed in that thread, we don't actually have precise 
knowledge of what OpenSSL versions we support in versions before PG13. 
So backpatching this could alter or break things that worked before.

It seems easier to just disable deprecation warnings if you don't want 
to see them.




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

Предыдущее
От: "wangw.fnst@fujitsu.com"
Дата:
Сообщение: RE: Logical replication timeout problem
Следующее
От: Peter Eisentraut
Дата:
Сообщение: logical replication of identity sequences