Skip to content

Commit b2a17ba

Browse files
committed
read_stream: Remove obsolete comment.
This comment was describing the v17 implementation (or io_method=sync). Backpatch-through: 18
1 parent c22d115 commit b2a17ba

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/backend/storage/aio/read_stream.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,9 @@ read_stream_begin_impl(int flags,
777777
Oid tablespace_id;
778778

779779
/*
780-
* Decide how many I/Os we will allow to run at the same time. That
781-
* currently means advice to the kernel to tell it that we will soon read.
782-
* This number also affects how far we look ahead for opportunities to
783-
* start more I/Os.
780+
* Decide how many I/Os we will allow to run at the same time. This
781+
* number also affects how far we look ahead for opportunities to start
782+
* more I/Os.
784783
*/
785784
tablespace_id = smgr->smgr_rlocator.locator.spcOid;
786785
if (!OidIsValid(MyDatabaseId) ||

0 commit comments

Comments
 (0)