pgsql: Reduce log level for background worker events from LOG to DEBUG1 - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Reduce log level for background worker events from LOG to DEBUG1
Date
Msg-id E1Z8VYL-000738-Oj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reduce log level for background worker events from LOG to DEBUG1.

Per discussion, LOG is just too chatty for something that will happen
as routinely as this.

Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/91118f1a59f2038f072552fdbb98e01363e30b59

Modified Files
--------------
src/backend/postmaster/bgworker.c   |    6 +++---
src/backend/postmaster/postmaster.c |    5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix the fallback memory barrier implementation to be reentrant.
Next
From: Robert Haas
Date:
Subject: pgsql: Don't warn about creating temporary or unlogged hash indexes.