Typo in function header for recently added function errhidecontext - Mailing list pgsql-hackers

From Amit Kapila
Subject Typo in function header for recently added function errhidecontext
Date
Msg-id CAA4eK1+TMTWBfdSycPf-N7Uu6S65H7Qj+23B43tUvqy2BJ4Tdg@mail.gmail.com
Whole thread Raw
Responses Re: Typo in function header for recently added function errhidecontext
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: Re: orangutan seizes up during isolation-check
Next
From: Fujii Masao
Date:
Subject: Re: tracking commit timestamps