diff options
author | Fujii Masao | 2015-01-05 07:35:26 +0000 |
---|---|---|
committer | Fujii Masao | 2015-01-05 07:35:26 +0000 |
commit | 9f1d7313aa8deb0529edbef4ac157561c37d4e2f (patch) | |
tree | e019b20da2471bf0f42efb28e7dc3a138a2072b3 /src | |
parent | d5e3d1e969d2f65009f718d3100d6565f47f9112 (diff) |
Fix typo in comment.
Report by Amit Kapila
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/error/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c index 8f04b19744d..6086673a747 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. |