Re: Fix a minor typo in the comment of read_stream_start_pending
Xuneng Zhou <xunengzhou@gmail.com>
From: Xuneng Zhou <xunengzhou@gmail.com>
To: Heikki Linnakangas <hlinnaka@iki.fi>, Chao Li <li.evan.chao@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-10T01:55:26Z
Lists: pgsql-hackers
Hi, On Wed, Dec 10, 2025 at 7:07 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote: > > 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 > Thanks! -- Best, Xuneng
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix typo in comment
- bae9d2f892bc 19 (unreleased) landed