Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 09 Feb 2026 18:35:24 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3935: Add assumeServerVersionLessThan In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2784018797 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 83ad457fa1e89137f1e76364ddb3feeb89826f4d X-GitHub-Issue: 3935 X-GitHub-Line: 805 X-GitHub-Path: testkit/src/main/java/org/postgresql/test/TestUtil.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3935#discussion_r2784018797 Content-Type: text/plain; charset=utf-8 (on testkit/src/main/java/org/postgresql/test/TestUtil.java:805) An alternative option could be adding `@DisabledIfServerVersionAbove` (like we have `@DisabledIfServerVersionBelow`) or refactoring `@DisabledIfServerVersionBelow` into `@DisabledIfServerVersionRange(min=..., max=...)`