1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Document errhidecontext() where it ought to be documented.

Seems to have been missed when this function was added.  Noted while
looking at David Steele's proposal to add another similar function.
This commit is contained in:
Tom Lane
2016-03-28 14:18:00 -04:00
parent 4b746f0d07
commit e5a4dea80f
2 changed files with 10 additions and 1 deletions

View File

@ -1081,7 +1081,7 @@ errhidestmt(bool hide_stmt)
* 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)