Message-ID: From: "Sanne (@Sanne)" To: "pgjdbc/pgjdbc" Date: Thu, 30 Oct 2025 15:56:06 +0000 Subject: [pgjdbc/pgjdbc] PR #3849: Small simplication of locking patterns in QueryExecutorBase List-Id: X-GitHub-Author-Id: 42573 X-GitHub-Author-Login: Sanne X-GitHub-Issue: 3849 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3849 Content-Type: text/plain; charset=utf-8 Shouldn't affect any behavioural aspect, other than being slightly lighter on resources. As suggested on: - https://github.com/pgjdbc/pgjdbc/issues/3835#issuecomment-3460719378 This would probably fix the particular issue reported as #3835 as a side-effect.