Re: Extended test coverage and docs for SSL passphrase commands - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Extended test coverage and docs for SSL passphrase commands
Date
Msg-id 7FD6B3DB-E0CA-42B9-94CA-039AE55D964F@yesql.se
Whole thread Raw
In response to Re: Extended test coverage and docs for SSL passphrase commands  (Álvaro Herrera <alvherre@kurilemu.de>)
Responses Re: Extended test coverage and docs for SSL passphrase commands
Re: Extended test coverage and docs for SSL passphrase commands
List pgsql-hackers
> On 22 Nov 2025, at 14:00, Álvaro Herrera <alvherre@kurilemu.de> wrote:
>
> On 2025-Nov-21, Daniel Gustafsson wrote:
>
>> The attached v2 adds a GUC debug_exec_backend which can be used to get the
>> state of the running cluster,
>
> Nice idea.
>
> I think the parallel to debug_assertions is not perfect, because you can
> turn off debug_assertions in a server built with them included, but you
> cannot turn off EXEC_BACKEND.

debug_assertions cannot be disabled anymore, since 3bdcf6a5a755.

>  This says we shouldn't name the symbol
> with the DEFAULT word: it should just be "EXEC_BACKEND_ENABLED".

Regardless, I totally agree with that, fixed in the attached along with the
review comments from upthread.

--
Daniel Gustafsson


Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Extended test coverage and docs for SSL passphrase commands
Next
From: Thomas Munro
Date:
Subject: Re: Trying out