File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,15 @@ ereport(ERROR,
353353 includes the current statement already.
354354 </para>
355355 </listitem>
356+ <listitem>
357+ <para>
358+ <function>errhidecontext(bool hide_ctx)</function> can be called to
359+ specify suppression of the <literal>CONTEXT:</> portion of a message in
360+ the postmaster log. This should only be used for verbose debugging
361+ messages where the repeated inclusion of context would bloat the log
362+ volume too much.
363+ </para>
364+ </listitem>
356365 </itemizedlist>
357366 </para>
358367
Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ errhidestmt(bool hide_stmt)
10811081 * errhidecontext --- optionally suppress CONTEXT: field of log entry
10821082 *
10831083 * This should only be used for verbose debugging messages where the repeated
1084- * inclusion of CONTEXT: bloats the log volume too much.
1084+ * inclusion of context would bloat the log volume too much.
10851085 */
10861086int
10871087errhidecontext (bool hide_ctx )
You can’t perform that action at this time.
0 commit comments