On Wed, Jan 8, 2025 at 5:17 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > I think it might be safer if we only accepted it as a connection > parameter and not via an environment variable.
Making it a connection parameter also keeps us from colliding with any other linked libraries' use of SSLKEYLOGFILE (I'm thinking about libcurl at the moment, but I think maybe NSS used it too?). --Jacob