Message-ID: From: "bilalshehata (@bilalshehata)" To: "pgjdbc/pgjdbc" Date: Fri, 10 Apr 2026 07:40:39 +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: 4221993482 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2026-04-10T07:51:03Z X-GitHub-Issue: 4014 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4014#issuecomment-4221993482 Content-Type: text/plain; charset=utf-8 > Disable batching for simple query would effectively revert batching to non-batching, thus it would hurt performance. Agreed, but only in the case of nonPreDescribed Returning queries. Unless we proceed with the partial fix? i.e. leave simple query at risk and fix the extended query mode since thats the default anyway - and would solve this problem for most users