Add capability to suppress CONTEXT: messages to elog machinery.
authorAndres Freund <andres@anarazel.de>
Thu, 25 Dec 2014 16:24:30 +0000 (17:24 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 25 Dec 2014 16:24:30 +0000 (17:24 +0100)
commit570bd2b3fd20d3f8896f5e6a8133d6aed385ac86
treeefe1dc192a7b1f28b9c397589c3ed2de7d5cf737
parent4a5593197b0ddec913fcd7758d61e782ab5c4d59
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.
src/backend/utils/error/elog.c
src/include/utils/elog.h