Re: Fix typo in xlogreader.h and procarray.c - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix typo in xlogreader.h and procarray.c
Date
Msg-id CAA4eK1LJ1V94t+7BhSUJPJYY2DCwDyzBgjnM3WXaKhdb8xwwqw@mail.gmail.com
Whole thread Raw
In response to Re: Fix typo in xlogreader.h and procarray.c  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Tue, Nov 3, 2020 at 8:27 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Tue, Nov 3, 2020 at 7:09 AM Hou, Zhijie <houzj.fnst@cn.fujitsu.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.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Next
From: vignesh C
Date:
Subject: Re: Parallel INSERT (INTO ... SELECT ...)