Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Sat, 14 Feb 2026 21:40:50 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3939: Add RequireServerVersion annotation for tests In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 3902567627 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3939 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3939#issuecomment-3902567627 Content-Type: text/plain; charset=utf-8 Renamed to `@EnabledForServerVersionRange`. I kept it positive (i.e. "EnabledFor" v.s. "DisabledFor") as the whole point is that it's easier to reason about what it's doing when you don't have to double negate it.