Typo in function header for recently added function errhidecontext

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>
Subject: Typo in function header for recently added function errhidecontext
Date: 2015-01-05 06:19:28
Message-ID: CAA4eK1+TMTWBfdSycPf-N7Uu6S65H7Qj+23B43tUvqy2BJ4Tdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2015-01-05 06:28:34 Re: tracking commit timestamps
Previous Message Noah Misch 2015-01-05 06:02:36 Re: orangutan seizes up during isolation-check