Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 28 May 2024 12:47:07 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #2646: feat: improve libpq compatibility for URL parsing, environment variables, passfile, and property naming In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 1617185899 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 7db00b9839b123548eefdf3a1a72235505f23264 X-GitHub-Issue: 2646 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/PGEnvironment.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/2646#discussion_r1617185899 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/PGEnvironment.java) >This enum is not meant to be used outside pgjdbc driver. The enum is public, it is located in a public `org.postgresql` package, nothing in its javadoc says anything regarding "for pgjdbc internal use only" and so on. There might be usages of the enum outside of the driver. --- >How could we avoid "backward compatible" questions which are relevant only because of technical restrictions? I do not understand the question. I think the only case we can merge a PR is if the PR keeps full backward compatibility or if the breakage is minimal. If there's a significant breakage of the backward compatibility, there's very little we can do.