Re: libpq OpenSSL and multithreading - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: libpq OpenSSL and multithreading
Date
Msg-id aGW5Zus5B1OKSx3C@paquier.xyz
Whole thread Raw
In response to Re: libpq OpenSSL and multithreading  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On Wed, Jul 02, 2025 at 01:44:55PM +0200, Peter Eisentraut wrote:
> Couldn't this also be done by making that global variable thread-local? But
> getting rid of it is even nicer.

Getting rid of it like Daniel is proposing is by putting this
information in the backend Port is much more elegant IMO.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Inconsistent LSN format in pg_waldump output
Next
From: Jacob Champion
Date:
Subject: Re: libpq: Process buffered SSL read bytes to support records >8kB on async API