Mark sslkeylogfile as Debug option
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 13 Apr 2025 19:52:29 +0000 (21:52 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 13 Apr 2025 19:53:03 +0000 (21:53 +0200)
commit2970c75dd9824a0eeb1d1aeb5a42f59d5c9904d8
tree9d744b2337198855bd4c6216afea6bab7c7f8163
parent64e193f5dda2075ecc6356625992e190a4347df6
Mark sslkeylogfile as Debug option

Mark the sslkeylogile option as "D" debug as this truly is a debug
option, and it will allow postgres_fdw et.al to filter it out as
well.  Also update the display length to match that for an ssl key
as they are both filename based inputs.

Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Jacob Champion <jacob.champion@enterprisedb.com>
Discussion: https://postgr.es/m/CAOYmi+=5GyBKpu7bU4D_xkAnYJTj=rMzGaUvHO99-DpNG_YKcw@mail.gmail.com
src/interfaces/libpq/fe-connect.c