Re: Fix typo in xlogreader.h and procarray.c

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix typo in xlogreader.h and procarray.c
Date: 2020-11-03 05:42:53
Message-ID: CAA4eK1LJ1V94t+7BhSUJPJYY2DCwDyzBgjnM3WXaKhdb8xwwqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 3, 2020 at 8:27 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Tue, Nov 3, 2020 at 7:09 AM Hou, Zhijie <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com> wrote:
> >
> > Hi
> >
> > I found some possible typo in procarray.c and xlogreader.h
> >
> > - * For VACUUM separate horizons (used to to decide which deleted tuples must
> > + * For VACUUM separate horizons (used to decide which deleted tuples must
> >
> > - * Callers supply a page_read callback if they want to to call
> > + * Callers supply a page_read callback if they want to call
> >
>
> LGTM. I'll push this in some time, thanks.
>

Pushed.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2020-11-03 06:25:47 Re: Parallel INSERT (INTO ... SELECT ...)
Previous Message Amit Kapila 2020-11-03 05:42:26 Re: [HACKERS] logical decoding of two-phase transactions