pgsql: Add LOG_NEVER error level code. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Add LOG_NEVER error level code.
Date
Msg-id E1wAr9O-0009vq-1r@gemulon.postgresql.org
Whole thread Raw
List 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@sss.pgh.pa.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(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Fix integer overflow in nodeWindowAgg.c
Next
From: Andres Freund
Date:
Subject: pgsql: instrumentation: Avoid CPUID 0x15/0x16 for Hypervisor TSC freque