projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e3d1e
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 5 Jan 2015 07:35:26 +0000
(16:35 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 5 Jan 2015 07:35:26 +0000
(16:35 +0900)
Report by Amit Kapila
src/backend/utils/error/elog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/error/elog.c
b/src/backend/utils/error/elog.c
index 8f04b19744da96a09aa1b16f8cb5bb8ecbbbd9c7..6086673a7470795d011613a88a39d86c0eb4a3a2 100644
(file)
--- a/
src/backend/utils/error/elog.c
+++ b/
src/backend/utils/error/elog.c
@@
-1082,7
+1082,7
@@
errhidestmt(bool hide_stmt)
}
/*
- * errhide
stm
t --- optionally suppress CONTEXT: field of log entry
+ * errhide
contex
t --- 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.