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.
>> 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
В 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
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
> 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