Обсуждение: pgsql: Add capability to suppress CONTEXT: messages to elog machinery.

Поиск
Список
Период
Сортировка

pgsql: Add capability to suppress CONTEXT: messages to elog machinery.

От
Andres Freund
Дата:
Add capability to suppress CONTEXT: messages to elog machinery.

Hiding context messages usually is not a good idea - except for rather
verbose debugging/development utensils like LOG_DEBUG. There the
amount of repeated context messages just bloat the log without adding
information.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/570bd2b3fd20d3f8896f5e6a8133d6aed385ac86

Modified Files
--------------
src/backend/utils/error/elog.c |   24 ++++++++++++++++++++++--
src/include/utils/elog.h       |    2 ++
2 files changed, 24 insertions(+), 2 deletions(-)