Thread: Fix comment in XLogFileInit()

Fix comment in XLogFileInit()

From
Fujii Masao
Date:
Hi,

I found that the argument name of XLogFileInit() is wrong in its comment.
Attached is the patch that fixes that typo.

Regards,

-- 
Fujii Masao

Attachment

Re: Fix comment in XLogFileInit()

From
Amit Kapila
Date:
On Mon, Oct 21, 2019 at 12:28 PM Fujii Masao <masao.fujii@gmail.com> wrote:
>
> I found that the argument name of XLogFileInit() is wrong in its comment.
> Attached is the patch that fixes that typo.
>

LGTM.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



Re: Fix comment in XLogFileInit()

From
Fujii Masao
Date:
On Mon, Oct 21, 2019 at 5:28 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Mon, Oct 21, 2019 at 12:28 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> >
> > I found that the argument name of XLogFileInit() is wrong in its comment.
> > Attached is the patch that fixes that typo.
> >
>
> LGTM.

Thanks for checking! Committed.

Regards,

-- 
Fujii Masao