File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,15 @@ ereport(ERROR,
353
353
includes the current statement already.
354
354
</para>
355
355
</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>
356
365
</itemizedlist>
357
366
</para>
358
367
Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ errhidestmt(bool hide_stmt)
1081
1081
* errhidecontext --- optionally suppress CONTEXT: field of log entry
1082
1082
*
1083
1083
* 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.
1085
1085
*/
1086
1086
int
1087
1087
errhidecontext (bool hide_ctx )
You can’t perform that action at this time.
0 commit comments