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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Willi Mann <w.mann@celonis.de>
Date: 2023-11-22T01:48:25Z
Lists: pgsql-hackers
On Tue, Nov 21, 2023 at 12:14:16PM +0300, Aleksander Alekseev wrote:
> Please add the patch to the nearest open commit fest [2]. The patch
> will be automatically picked up by cfbot [3] and tested on different
> platforms. Also this way it will not be lost among other patches.

I have noticed that this was not tracked yet, so I have added an entry
here:
https://commitfest.postgresql.org/46/4670/

Willi, note that this requires a PostgreSQL community account, and it
does not seem like you have one, or I would have added you as author
;)
--
Michael

Commits

  1. Fix race condition with BIO methods initialization in libpq with threads

  2. Doc: Adjust libpq docs about thread safety.