Re: Log connection establishment timings
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Melanie Plageman <melanieplageman@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>,
Fujii Masao <masao.fujii@oss.nttdata.com>, Andres Freund
<andres@anarazel.de>, Bertrand Drouvot <bertranddrouvot.pg@gmail.com>,
Guillaume Lelarge <guillaume@lelarge.info>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
andrey.chudnovskiy@microsoft.com, Jelte Fennema-Nio <postgres@jeltef.nl>
Date: 2025-05-22T20:17:30Z
Lists: 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.
Commits
-
Replace deprecated log_connections values in docs and tests
- cb1456423d39 18.0 landed