Re: Intermittent errors when fetching cursor rows on PostgreSQL 16 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Intermittent errors when fetching cursor rows on PostgreSQL 16
Date
Msg-id b6e184d5-1ae7-4f9e-a823-b697bdebbdc1@aklaver.com
Whole thread Raw
In response to Re: Intermittent errors when fetching cursor rows on PostgreSQL 16  (Enrico Schenone <eschenone@cleistech.it>)
List pgsql-general
On 12/19/24 23:57, Enrico Schenone wrote:
> At 19/12/24 22:47, Adrian Klaver wrote:
>>
>>

>> So are they building their own driver over libpq?
> I think so.
> They wrote ...
> <
> 
> /The error “no connection to the server“ is definitively a PostgreSQL 
> error:/
> 
> /||/
> /|./src/interfaces/libpq/fe-exec.c: libpq_append_conn_error(conn, "no 
> connection to the server");|/
> 
> /It is not normal that PostgreSQL client can connect to the server, do 
> some SQL with success and then the SQL connection gets dropped at the 
> next SQL statement execution. This is really suspicious./

They must work in a perfect world where networks never fail. One that 
would render the blog below unneeded:

https://www.cybertec-postgresql.com/en/tcp-keepalive-for-a-better-postgresql-experience/

> 
>  >
> 

>>
> Best regards.
> Enrico

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Luca Ferrari
Date:
Subject: passing a pointer from a BackgroundWorker to a DynamicBackgroundWorker
Next
From: Adrian Klaver
Date:
Subject: Re: Intermittent errors when fetching cursor rows on PostgreSQL 16