| From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add LOG_NEVER error level code. |
| Date: | 2026-04-09 15:18:35 |
| Message-ID: | E1wAr9O-0009vq-1r@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add LOG_NEVER error level code.
This logging level means not to emit the log, which is useful for
functions like relation_needs_vacanalyze(). This function accepts
a log level argument but not all callers want it to emit logs.
Suggested-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/3101163.1775676098%40sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/60165db6e1f21ec6cbfce4fd8fd1e521a043d954
Modified Files
--------------
src/backend/postmaster/autovacuum.c | 3 ++-
src/include/utils/elog.h | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2026-04-09 15:51:36 | pgsql: instrumentation: Avoid CPUID 0x15/0x16 for Hypervisor TSC freque |
| Previous Message | Richard Guo | 2026-04-09 10:37:34 | pgsql: Fix integer overflow in nodeWindowAgg.c |