Re: Intermittent errors when fetching cursor rows on PostgreSQL 16

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Enrico Schenone <eschenone(at)cleistech(dot)it>, pgsql-general(at)lists(dot)postgresql(dot)org
Cc: Massimo Catti <mcatti(at)cleistech(dot)it>, Livio Pizzolo <lpizzolo(at)cleistech(dot)it>
Subject: Re: Intermittent errors when fetching cursor rows on PostgreSQL 16
Date: 2024-12-19 18:27:48
Message-ID: 2645a89e-d661-4f2b-92b3-01154a78d535@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/19/24 10:11, Enrico Schenone wrote:
> Good day, Adrian.
> I get the error inside the program by catching the exception and logging
> it with diagnostic info provided by the DVM (a runtime interpreter
> similar in concept to a JVM) that embed the PG driver.

DVM is this?:

https://www.geeksforgeeks.org/what-is-dvmdalvik-virtual-machine/

In other words an Android client?

> I can't give you info on what the DVM does at low level, but I can send
> you the distinct full session log fragment at server side, where it is
> quite easy to understand how the DVM translates the program's SQL
> queries end what PostgreSQL does.

That might be useful.

> May I give you any other info ?

Not at the moment.

> Do you think it can be useful to include in this thread the 4Js Suppory
> guys ?

I could see filing an issue and pointing at this thread:

https://www.postgresql.org/message-id/446423eb-4a4e-4135-bbb8-4d0e5c7aac3b%40cleistech.it

>
> Thanks again and best regards.
> Enrico
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bhavesh Mistry 2024-12-19 19:38:42 pg_basebackup does not complete and get randomly stuck and never finishes
Previous Message Enrico Schenone 2024-12-19 18:11:23 Re: Intermittent errors when fetching cursor rows on PostgreSQL 16