Re: client_connection_check_interval default value
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Hüseyin Demir <huseyin.d3r@gmail.com>
Cc: Chao Li <li.evan.chao@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2026-04-06T11:09:30Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-TAP-tests-for-log_lock_waits.patch (application/octet-stream) patch v2-0001
On Wed, Mar 18, 2026 at 4:59 AM Hüseyin Demir <huseyin.d3r@gmail.com> wrote: > I created a regression test for the behaviour we mentioned before > introducing further possible changes. > > You can review it. Basically I tried to simulate the desired behaviour > which the current patch introduced. Thanks for the patch! Commit 557a9f1e3e6 recently added test for lock stats, which also causes lock wait situations. So it seems better to extend that test to cover log_lock_waits rather than adding a new TAP test file. I've prepared a patch to do this. Patch attached. Thought? Regards,
Commits
-
Add TAP tests for log_lock_waits
- ca2b5443e2dc 19 (unreleased) landed
-
Add tests for lock statistics, take two
- 557a9f1e3e62 19 (unreleased) cited
-
Ensure "still waiting on lock" message is logged only once per wait.
- fd6ecbfa75ff 19 (unreleased) landed