Re: Fix a minor typo in the comment of read_stream_start_pending - Mailing list pgsql-hackers

From Chao Li
Subject Re: Fix a minor typo in the comment of read_stream_start_pending
Date
Msg-id 98B964A5-E753-4167-9CE4-A8847BA3F529@gmail.com
Whole thread Raw
In response to Fix a minor typo in the comment of read_stream_start_pending  (Xuneng Zhou <xunengzhou@gmail.com>)
List pgsql-hackers

> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.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/







pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: index prefetching
Next
From: David Rowley
Date:
Subject: Re: another autovacuum scheduling thread