Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Sat, 14 Feb 2026 14:51:23 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3937: Create DisabledIfServerGreater annotation In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 2807556486 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 8e010f71d69853b75b85c71b3659e7f17c72b181 X-GitHub-Issue: 3937 X-GitHub-Line: 475 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/3937#discussion_r2807556486 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java:475) Previously this test would only run if the version was >=18. With this change it only runs if it's <=18. Is that intentional? Alternatively, am I misunderstanding how these methods work?