Re: Log connection establishment timings - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Log connection establishment timings
Date
Msg-id 30199c26-ef20-4583-a765-384c7731cb21@eisentraut.org
Whole thread Raw
In response to Re: Log connection establishment timings  (Melanie Plageman <melanieplageman@gmail.com>)
List pgsql-hackers
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.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Log connection establishment timings
Next
From: Melanie Plageman
Date:
Subject: Re: Assert("vacrel->eager_scan_remaining_successes > 0")