Re: Typo in function header for recently added function errhidecontext

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
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2015-01-05 07:40:42 Re: tracking commit timestamps
Previous Message Fujii Masao 2015-01-05 07:22:56 Re: pg_basebackup -x/X doesn't play well with archive_mode & wal_keep_segments