Message-ID: From: "bilalshehata (@bilalshehata)" To: "pgjdbc/pgjdbc" Date: Fri, 10 Apr 2026 07:17:32 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4014: fix: restore pre-describe for generated-key batches In-Reply-To: References: List-Id: X-GitHub-Author-Login: bilalshehata X-GitHub-Comment-Id: 4221884112 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2026-04-10T07:19:32Z X-GitHub-Issue: 4014 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4014#issuecomment-4221884112 Content-Type: text/plain; charset=utf-8 @vlsi actually wasnt that complicated needed to make an additional code change - you can reproduce the problem by using the following (before and after applying my recent commit) `./gradlew :postgresql:test --tests "org.postgresql.test.jdbc2.BatchDeadlockTest" --rerun-tasks -DpreferQueryMode=simple` if you rerun CI it should work now 🍀