Fix a minor typo in the comment of read_stream_start_pending - Mailing list pgsql-hackers

From Xuneng Zhou
Subject Fix a minor typo in the comment of read_stream_start_pending
Date
Msg-id CABPTF7V8CbOXGePqrad6EH3Om7DRhNiO3C0rQ-62UuT7RdU-GQ@mail.gmail.com
Whole thread Raw
Responses Re: Fix a minor typo in the comment of read_stream_start_pending
List 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

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: should we have a fast-path planning for OLTP starjoins?
Next
From: Tom Lane
Date:
Subject: Re: Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h