Re: [PATCH] fix race condition in libpq (related to ssl connections)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Willi Mann <w(dot)mann(at)celonis(dot)de>
Subject: Re: [PATCH] fix race condition in libpq (related to ssl connections)
Date: 2023-11-24 05:45:06
Message-ID: ZWA4YhoPfGtxIomk@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)paquier(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2023-11-24 06:53:50 Re: Don't use bms_membership in places where it's not needed
Previous Message Ashutosh Bapat 2023-11-24 05:43:04 Re: Properly pathify the union planner