Re: Fix a minor typo in the comment of read_stream_start_pending

Chao Li <li.evan.chao@gmail.com>

From: Chao Li <li.evan.chao@gmail.com>
To: Xuneng Zhou <xunengzhou@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-11T00:43:25Z
Lists: 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/







Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix typo in comment