Message-ID: From: "joejensen (@joejensen)" To: "pgjdbc/pgjdbc" Date: Tue, 04 Feb 2025 22:59:44 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3509: Add back application name setting In-Reply-To: References: List-Id: X-GitHub-Author-Login: joejensen X-GitHub-Comment-Id: 2635254756 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3509 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3509#issuecomment-2635254756 Content-Type: text/plain; charset=utf-8 > this #3491 doesn't fix it ? No, on line #906 it's actually returning immediately if the version >= 9.0 so it never reaches that code. Also, the postgres logging doen't include the application name in the initial connection logs if it is not included at startup.