Re: OpenSSL deprectation warnings in Postgres 10-13

2022-04-07 Thread Peter Eisentraut
On 06.04.22 16:02, Victor Wagner wrote: It seems easier to just disable deprecation warnings if you don't want to see them. As far as my understanding goes, "just disable deprication warning" it is what commit 4d3db13621be64fbac2faf does. I meant compile with -Wno-deprecated.

Re: OpenSSL deprectation warnings in Postgres 10-13

2022-04-07 Thread Daniel Gustafsson
>> It seems easier to just disable deprecation warnings if you don't >> want to see them. > > As far as my understanding goes, "just disable deprication warning" it > is what commit 4d3db13621be64fbac2faf does. But as stated above, there is no set of supported versions defined so there is definit

Re: OpenSSL deprectation warnings in Postgres 10-13

2022-04-06 Thread Victor Wagner
В Wed, 6 Apr 2022 15:01:42 +0200 Peter Eisentraut пишет: > 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

Re: OpenSSL deprectation warnings in Postgres 10-13

2022-04-06 Thread Peter Eisentraut
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 4d3db13621be64

Re: OpenSSL deprectation warnings in Postgres 10-13

2022-04-06 Thread Daniel Gustafsson
> On 6 Apr 2022, at 11:55, Victor Wagner wrote: > I've tried to build all supported versions of PostgresSQL in the Ubuntu > 22.04 which is soon to be released. > > And found out that versions 10-13 produce a lot of warnings about > deprecated OpenSSL functions. Thanks for testing. Does it cause