On 20.05.25 17:16, Melanie Plageman wrote:
> In src/backend/tcop/postgres.c, there is a call
>
> SetConfigOption("log_connections", "true", context, source);
>
> that could be adjusted.
>
>
> Do you think the debug option should be 'all' or a list of the options
> covered by "true" (which is a subset of 'all')?
I think the spirit of this debug option is to show lots of things, so
mapping it to 'all' makes sense to me.