Re: Adding support for SSLKEYLOGFILE in the frontend

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Jacob Champion <jacob.champion@enterprisedb.com>, Abhishek Chanda <abhishek.becs@gmail.com>, Álvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2025-04-03T15:51:11Z
Lists: pgsql-hackers
> On 1 Apr 2025, at 22:22, Daniel Gustafsson <daniel@yesql.se> wrote:
> 
> I took another pass at this one and did a few small tweaks, so I would to take
> it for another spin across CI before looking at committing it.  There are no
> functionality changes, only polish.

Committed, after another round of testing and looking.

--
Daniel Gustafsson




Commits

  1. Fix sslkeylogfile error handling logging

  2. Mark sslkeylogfile as Debug option

  3. libpq: Add support for dumping SSL key material to file