Message-ID: From: "lure (@lure)" To: "pgjdbc/pgjdbc" Date: Wed, 12 Jul 2023 17:36:48 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2918: Set defaultRowFetchSize=10000 by default to improve app stability In-Reply-To: References: List-Id: X-GitHub-Author-Login: lure X-GitHub-Comment-Id: 1632941571 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2918 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2918#issuecomment-1632941571 Content-Type: text/plain; charset=utf-8 ``` case 'C': { // Command Status (end of Execute) ``` Looks like this is what not happening if autocommit is set to false. The rowCount is obtained from the end of the execution, which seems does not happen until the transaction is committed