Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Wed, 02 Jul 2025 15:58:24 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3657: perf: cache composite and simple subqueries In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2180433003 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: a757e8efffb0fdeeb39e031167bb14c539e98542 X-GitHub-Issue: 3657 X-GitHub-Line: 1806 X-GitHub-Path: pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3657#discussion_r2180433003 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java:1806) Is there a reason to catch the exception? I guess test method could throw it.