Re: Log connection establishment timings
Melanie Plageman <melanieplageman@gmail.com>
From: Melanie Plageman <melanieplageman@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
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-21T19:53:44Z
Lists: pgsql-hackers
Attachments
- v1-0001-Replace-deprecated-log_connections-values-in-docs.patch (text/x-patch) patch v1-0001
On Tue, May 20, 2025 at 11:16 AM Melanie Plageman <melanieplageman@gmail.com> wrote: > > In earlier versions of my patch, I played around with replacing these references in the docs. I ended up not doing it because I wasn't sure we had consensus on deprecating the "on", "true", "yes" options and that we would continue to support them indefinitely. Thinking about it now, by no longer documenting "on" and "off", I was obviously deprecating them (not to mention removing support for log_connections = "y", "ye", etc). > > I'll write a patch to change these. Attached is a patch that updates these as well as changes all usages of log_connections in the tests. I made some judgment calls about where we might want expanded or reduced log_connections aspects. As such, the patch could use a once-over from someone else. - Melanie
Commits
-
Replace deprecated log_connections values in docs and tests
- cb1456423d39 18.0 landed