Re: Fix a minor typo in the comment of read_stream_start_pending

From: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix a minor typo in the comment of read_stream_start_pending
Date: 2025-12-10 01:55:26
Message-ID: CABPTF7WPTgbSENtm8u-eAH-8H8PPH2picbp9m81heS4CZ+BF1A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Wed, Dec 10, 2025 at 7:07 AM Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>
> On 11/11/2025 02:43, Chao Li wrote:
> >> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
> >> /*
> >> * Sequential: Issue advice until the preadv() calls have caught
> >> * up with the first advice issued for this sequential region, and
> >> * then stay of the way of the kernel's own read-ahead.
> >> */
> >>
> >> “out” is missing from the phrase “stay of the way” in this comment.
> >> This patch fixes it.
> >>
> >> <v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch>
> >
> > Looks good. Changing “stay of the way” to “stay out of the way” is correct English and improve readability.
>
> Fixed, thanks!
>
> - Heikki
>

Thanks!

--
Best,
Xuneng

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-10 02:00:36 Re: log_min_messages per backend type
Previous Message Jacob Champion 2025-12-10 01:16:11 PSA: Planning to grease protocol connections during 19beta