On 5/10/22 9:48 PM, Bruce Momjian wrote:
> On Tue, May 10, 2022 at 09:16:33PM -0400, Tom Lane wrote:
>> "Jonathan S. Katz" <jkatz@postgresql.org> writes:
>>> On 5/10/22 4:18 PM, Bruce Momjian wrote:
>>> | Allow libpq's SSL private to be owned by the root user (David Steele)
>>
>>> This was backpatched to all supported versions[1]. While I'm a huge fan
>>> of this behavior change for a plethora of reasons, I'm not sure if this
>>> should be included as part of the PG15 release notes, given it's in the
>>> 14.3 et al.
>>
>> It should not. However, the backpatch happened later than the commit
>> to HEAD, and our git_changelog tool is not smart enough to match them
>> up, so Bruce didn't see that there were followup commits. That's a
>> generic hazard for major-release notes; if you spot any other cases
>> please do mention them.
>
> Yes, known problem. :-(
Got it.
I did a scan of the release notes and diff'd with the 14.[1-3] and did
not find any additional overlap.
Jonathan