Re: Fix a minor typo in the comment of read_stream_start_pending

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, 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-12-09 23:07:01
Message-ID: b3d97c6c-1794-4626-bbb0-65ef6e598232@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-12-09 23:08:00 Re: Qual push down to table AM
Previous Message Chao Li 2025-12-09 23:05:42 Re: [Proposal] Adding callback support for custom statistics kinds