Add capability to suppress CONTEXT: messages to elog machinery.

Andres Freund <andres@anarazel.de>

Commit: 570bd2b3fd20d3f8896f5e6a8133d6aed385ac86
Author: Andres Freund <andres@anarazel.de>
Date: 2014-12-25T16:24:30Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/backend/utils/error/elog.c modified +22 −2
src/include/utils/elog.h modified +2 −0