Seems to have been missed when this function was added. Noted while
looking at David Steele's proposal to add another similar function.
includes the current statement already.
+
+ errhidecontext(bool hide_ctx) can be called to
+ specify suppression of the CONTEXT:> portion of a message in
+ the postmaster log. This should only be used for verbose debugging
+ messages where the repeated inclusion of context would bloat the log
+ volume too much.
+
+
* errhidecontext --- optionally suppress CONTEXT: field of log entry
*
* This should only be used for verbose debugging messages where the repeated
- * inclusion of CONTEXT: bloats the log volume too much.
+ * inclusion of context would bloat the log volume too much.
*/
int
errhidecontext(bool hide_ctx)