Re: [HACKERS] Typo in function header for recently added function errhidecontext

2015-01-04 Thread Fujii Masao
On Mon, Jan 5, 2015 at 3:19 PM, Amit Kapila wrote: > /* > * errhidestmt --- 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. > */ > int > errhidecontex

[HACKERS] Typo in function header for recently added function errhidecontext

2015-01-04 Thread Amit Kapila
/* * errhidestmt --- 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. */ int errhidecontext(bool hide_ctx) Here in function header, function name should be er