public inbox for [email protected]
help / color / mirror / Atom feedFrom: Álvaro Herrera <[email protected]>
To: [email protected]
Subject: pgsql: Cleanup for log_min_messages changes in 38e0190ced71
Date: Wed, 11 Feb 2026 15:39:59 +0000
Message-ID: <[email protected]> (raw)
Cleanup for log_min_messages changes in 38e0190ced71
* Remove an unused variable
* Use "default log level" consistently (instead of "generic")
* Keep the process types in alphabetical order (missed one place in the
SGML docs)
* Since log_min_messages type was changed from enum to string, it
is a good idea to add single quotes when printing it out. Otherwise
it fails if the user copies and pastes from the SHOW output to SET,
except in the simplest case. Using single quotes reduces confusion.
* Use lowercase string for the burned-in default value, to keep the same
output as previous versions.
Author: Euler Taveira <[email protected]>
Author: Man Zeng <[email protected]>
Author: Noriyoshi Shinoda <[email protected]>
Reviewed-by: Chao Li <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/1efdd7cc630a963e56f34d44877d2097b98166d6
Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
src/backend/utils/error/elog.c | 14 +++++++-------
src/backend/utils/misc/guc_parameters.dat | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/include/postmaster/proctypelist.h | 2 +-
src/include/utils/guc.h | 2 --
6 files changed, 11 insertions(+), 13 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Cleanup for log_min_messages changes in 38e0190ced71
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox