Обсуждение: Typo in function header for recently added function errhidecontext

Поиск
Список
Период
Сортировка

Typo in function header for recently added function errhidecontext

От
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
errhidecontext.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Re: Typo in function header for recently added function errhidecontext

От
Fujii Masao
Дата:
On Mon, Jan 5, 2015 at 3:19 PM, Amit Kapila <amit.kapila16@gmail.com> 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
> errhidecontext(bool hide_ctx)
>
>
> Here in function header, function name should be
> errhidecontext.

Fixed. Thanks!

Regards,

-- 
Fujii Masao