1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Fix typo in comment.

Report by Amit Kapila
This commit is contained in:
Fujii Masao
2015-01-05 16:35:26 +09:00
parent d5e3d1e969
commit 9f1d7313aa

View File

@@ -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 * This should only be used for verbose debugging messages where the repeated
* inclusion of CONTEXT: bloats the log volume too much. * inclusion of CONTEXT: bloats the log volume too much.