Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 28 May 2026 12:05:21 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] PR #184: Redact sensitive connection parameters in logs In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3317616544 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: a8dae8f57158fddac3bf6757ca409718cf8a05a0 X-GitHub-Issue: 184 X-GitHub-Line: 2817 X-GitHub-Path: connection.c X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/184#discussion_r3317616544 Content-Type: text/plain; charset=utf-8 (on connection.c:2817) Nit: the redaction mask `"xxxxx"` is fine, but consider using a constant (e.g. `#define REDACTED_VALUE "*****"`) so it's consistent and greppable if the project ever needs to search logs for redaction markers. Minor point, not blocking.