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 02:57:43
Message-ID: CAA4eK1+KrrzZ1gRQdu9XbBqBOKyVddjmLh0VJbb7izBcDAiqxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-11-03 03:38:22 Re: Collation versioning
Previous Message Tomas Vondra 2020-11-03 02:53:53 Re: Use of "long" in incremental sort code