Fix a minor typo in the comment of read_stream_start_pending

From: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a minor typo in the comment of read_stream_start_pending
Date: 2025-11-10 14:56:45
Message-ID: CABPTF7V8CbOXGePqrad6EH3Om7DRhNiO3C0rQ-62UuT7RdU-GQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Fix-a-minor-typo-in-the-comment-of-read_stream_st.patch application/octet-stream 1007 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-10 15:16:19 Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Previous Message Tomas Vondra 2025-11-10 14:45:21 Re: should we have a fast-path planning for OLTP starjoins?