Re: Fix a minor typo in the comment of read_stream_start_pending

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Xuneng Zhou <xunengzhou(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-11-11 00:43:25
Message-ID: 98B964A5-E753-4167-9CE4-A8847BA3F529@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
>
> Hi hackers,
>
> /*
> * 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.
>
> Best,
> Xuneng
> <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.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-11-11 00:58:22 Re: another autovacuum scheduling thread
Previous Message Peter Geoghegan 2025-11-10 23:59:07 Re: index prefetching