Re: Grab bag of smaller OpenSSL fixups - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Grab bag of smaller OpenSSL fixups
Date
Msg-id A4D98ACA-720B-4ADF-ACDD-85A9D5D8B5BE@yesql.se
Whole thread
Responses Re: Grab bag of smaller OpenSSL fixups
List pgsql-hackers
> On 14 Jul 2026, at 14:57, Andreas Karlsson <andreas@proxel.se> wrote:

> My compiler did not like the mix of both assert and nonnull attribute.

Interesting, mine didn't complain, but it's also pretty redundant to have both
so removing the Assert and keeping the cost compile-time rather than runtime
seem the right move.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: sequencesync worker race with REFRESH SEQUENCES
Next
From: "Matheus Alcantara"
Date:
Subject: Re: hashjoins vs. Bloom filters (yet again)