From: Fujii Masao Date: Mon, 5 Jan 2015 07:35:26 +0000 (+0900) Subject: Fix typo in comment. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9f1d7313aa8deb0529edbef4ac157561c37d4e2f;p=users%2Fbernd%2Fpostgres.git Fix typo in comment. Report by Amit Kapila --- diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c index 8f04b19744..6086673a74 100644 --- a/src/backend/utils/error/elog.c +++ b/src/backend/utils/error/elog.c @@ -1082,7 +1082,7 @@ errhidestmt(bool hide_stmt) } /* - * errhidestmt --- optionally suppress CONTEXT: field of log entry + * 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.