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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add capability to suppress CONTEXT: messages to elog machinery.
Дата
Msg-id E1Y4Bau-0005fQ-D2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Improve LWLock scalability.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Lockless StrategyGetBuffer clock sweep hot path.