]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Cleanup for log_min_messages changes in 38e0190ced71
authorÁlvaro Herrera <alvherre@kurilemu.de>
Wed, 11 Feb 2026 15:38:18 +0000 (16:38 +0100)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Wed, 11 Feb 2026 15:38:18 +0000 (16:38 +0100)
commit1efdd7cc630a963e56f34d44877d2097b98166d6
tree4c2d61c44769476bc6d779a35fbd1561bd7f5ded
parent7984ce7a1d21819865e473f17cb6b928cf58a10d
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 <euler@eulerto.com>
Author: Man Zeng <zengman@halodbtech.com>
Author: Noriyoshi Shinoda <noriyoshi.shinoda@hpe.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/202602091250.genyflm2d5dw@alvherre.pgsql
doc/src/sgml/config.sgml
src/backend/utils/error/elog.c
src/backend/utils/misc/guc_parameters.dat
src/backend/utils/misc/postgresql.conf.sample
src/include/postmaster/proctypelist.h
src/include/utils/guc.h