Typo in function header for recently added function errhidecontext

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Typo in function header for recently added function errhidecontext
Дата
Msg-id CAA4eK1+TMTWBfdSycPf-N7Uu6S65H7Qj+23B43tUvqy2BJ4Tdg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Typo in function header for recently added function errhidecontext  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
/*
 * 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: orangutan seizes up during isolation-check
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: tracking commit timestamps