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

From Heikki Linnakangas
Subject Re: Fix a minor typo in the comment of read_stream_start_pending
Date
Msg-id b3d97c6c-1794-4626-bbb0-65ef6e598232@iki.fi
Whole thread Raw
In response to Re: Fix a minor typo in the comment of read_stream_start_pending  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: Fix a minor typo in the comment of read_stream_start_pending
List pgsql-hackers
On 11/11/2025 02:43, Chao Li wrote:
>> On Nov 10, 2025, at 22:56, Xuneng Zhou <xunengzhou@gmail.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




pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: [Proposal] Adding callback support for custom statistics kinds
Next
From: Andres Freund
Date:
Subject: Re: Qual push down to table AM