Re: BUG #17953: Libpq can stall indefinitely with non-tls localhost (127.0.0.1) connection - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #17953: Libpq can stall indefinitely with non-tls localhost (127.0.0.1) connection
Date
Msg-id 193e3d03-cbd0-145b-4ab3-9519391e591f@iki.fi
Whole thread Raw
In response to BUG #17953: Libpq can stall indefinitely with non-tls localhost (127.0.0.1) connection  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17953: Libpq can stall indefinitely with non-tls localhost (127.0.0.1) connection  (Michael Paquier <michael@paquier.xyz>)
List pgsql-bugs
On 01/06/2023 07:27, PG Bug reporting form wrote:
> I can craft a POC if neccessary, precise steps are not super clear at this
> time. But the PQexecFinish() stalled several times withtout TLS with the
> following stack (with TLS, not a single instance of this is observed):

Yeah, I think we'll need a self-contained repro to debug this. Or at 
least a lot more details on what the query is, what the server is doing 
when that happens, etc. A wireshark trace might be useful.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #17959: amcheck fails to find a matching index tuple for an invisible heap tuple
Next
From: PG Bug reporting form
Date:
Subject: BUG #17960: pg_dump does not backup generated columns correctly.