pgsql: Fix sslkeylogfile error handling logging

2025-07-10 Thread Daniel Gustafsson
Fix sslkeylogfile error handling logging When sslkeylogfile has been set but the file fails to open in an otherwise successful connection, the log entry added to the conn object is never printed. Instead print the error on stderr for increased visibility. This is a debugging tool so using stderr

pgsql: Fix sslkeylogfile error handling logging

2025-07-10 Thread Daniel Gustafsson
Fix sslkeylogfile error handling logging When sslkeylogfile has been set but the file fails to open in an otherwise successful connection, the log entry added to the conn object is never printed. Instead print the error on stderr for increased visibility. This is a debugging tool so using stderr