Re: Fix a minor typo in the comment of read_stream_start_pending
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Chao Li <li.evan.chao@gmail.com>, Xuneng Zhou <xunengzhou@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-09T23:07:01Z
Lists: 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