Re: Transaction timeout
Andrey Borodin <amborodin86@gmail.com>
From: Andrey Borodin <amborodin86@gmail.com>
To: Nikolay Samokhvalov <samokhvalov@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-12-03T17:41:04Z
Lists: pgsql-hackers
Attachments
- v2-0001-Intorduce-transaction_timeout.patch (application/octet-stream) patch v2-0001
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.
Commits
-
Add TAP tests for timeouts
- eeefd4280f6e 17.0 landed
-
Remove flaky isolation tests for timeouts
- a661bf7b0f56 17.0 landed
-
Followup fixes for transaction_timeout
- bf82f43790a6 17.0 landed
-
Introduce transaction_timeout
- 51efe38cb92f 17.0 landed
-
On systems that have setsid(2) (which should be just about everything except
- 3ad0728c817b 8.2.0 cited