You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pgduck client: resolve env-supplied conninfo for log
Add ResolvePgduckConninfo(), which uses PQconnectStart + PQconninfo to
let libpq overlay environment variables (PGHOSTADDR, PGPORT, etc.) and
compiled-in defaults onto pg_lake_engine.host, then formats the result
as a conninfo string with passwords and debug-only fields stripped.
The LOG_SERVER_ONLY errdetail emitted on connection failure now uses
this resolved string, so an administrator debugging issue #293-style
env-var overrides sees the values libpq actually used rather than just
the configured GUC.
Signed-off-by: David Christensen <david.christensen@snowflake.com>
0 commit comments