Fix a minor typo in the comment of read_stream_start_pending
Xuneng Zhou <xunengzhou@gmail.com>
From: Xuneng Zhou <xunengzhou@gmail.com>
To: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-10T14:56:45Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch (application/octet-stream) patch v1-0001
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
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