From b2a17ba7a5d00071f433d3ef60ddd2356679aad7 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Sat, 11 Apr 2026 11:23:26 +1200 Subject: [PATCH] read_stream: Remove obsolete comment. This comment was describing the v17 implementation (or io_method=sync). Backpatch-through: 18 --- src/backend/storage/aio/read_stream.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/backend/storage/aio/read_stream.c b/src/backend/storage/aio/read_stream.c index b6fce4e7cc6..2374b4cd507 100644 --- a/src/backend/storage/aio/read_stream.c +++ b/src/backend/storage/aio/read_stream.c @@ -777,10 +777,9 @@ read_stream_begin_impl(int flags, Oid tablespace_id; /* - * Decide how many I/Os we will allow to run at the same time. That - * currently means advice to the kernel to tell it that we will soon read. - * This number also affects how far we look ahead for opportunities to - * start more I/Os. + * Decide how many I/Os we will allow to run at the same time. This + * number also affects how far we look ahead for opportunities to start + * more I/Os. */ tablespace_id = smgr->smgr_rlocator.locator.spcOid; if (!OidIsValid(MyDatabaseId) || -- 2.47.3