Re: [PATCH] fix race condition in libpq (related to ssl connections) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] fix race condition in libpq (related to ssl connections)
Date
Msg-id ZWA4YhoPfGtxIomk@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] fix race condition in libpq (related to ssl connections)  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Wed, Nov 22, 2023 at 02:58:15PM +1300, Thomas Munro wrote:
> On Wed, Nov 22, 2023 at 2:44 PM Michael Paquier <michael@paquier.xyz> wrote:
>> Because --disable-thread-safe has been removed recently in
>> 68a4b58eca03.  The routine could be marked as deprecated on top of
>> saying that it always returns 1 for 17~.
>
> See also commit ce0b0fa3 "Doc: Adjust libpq docs about thread safety."

Sure, I've noticed that in the docs, but declaring it as deprecated is
a different topic, and we don't actually use this term in the docs for
this routine, no?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Properly pathify the union planner
Next
From: Richard Guo
Date:
Subject: Re: Don't use bms_membership in places where it's not needed