Re: Transaction timeout - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: Transaction timeout
Date
Msg-id CAAhFRxg7p+Z=xAFAdPeuLeOvc+3DyKKJtg8PKfdE453yybfHMQ@mail.gmail.com
Whole thread Raw
In response to Re: Transaction timeout  (Nikolay Samokhvalov <samokhvalov@gmail.com>)
Responses Re: Transaction timeout  (Nikolay Samokhvalov <samokhvalov@gmail.com>)
Re: Transaction timeout  (Andres Freund <andres@anarazel.de>)
Re: Transaction timeout  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, Dec 2, 2022 at 10:59 PM Nikolay Samokhvalov
<samokhvalov@gmail.com> wrote:
>
> But it fails in the "worst" case I've described above – a series of small statements:

Fixed. Added test for this.

Open questions:
1. Docs
2. Order of reporting if happened lock_timeout, statement_timeout, and
transaction_timeout simultaneously. Currently there's a lot of code
around this...

Thanks!

Best regards, Andrey Borodin.

Attachment

pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: mprove tab completion for ALTER EXTENSION ADD/DROP
Next
From: Andres Freund
Date:
Subject: Re: Replace PROC_QUEUE / SHM_QUEUE with ilist.h