Lists: | Postg토토 꽁 머니SQL |
---|
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 |
Lists: | Postg토토 꽁 머니SQL |
/*
* 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
From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)2ndquadrant(dot)com> |
Subject: | Re: Typo in function header for recently added function errhidecontext |
Date: | 2015-01-05 07:36:48 |
Message-ID: | CAHGQGwFv87JZH+d4NvYt5nfhrV00rZJxsqG138gOsRJ4jS96Dg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Mon, Jan 5, 2015 at 3:19 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)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