From 36e7efbfdd786f7b0505121374052b323c90ee7d 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 031fde9f4cb..6ab2e5a53f4 100644 --- a/src/backend/storage/aio/read_stream.c +++ b/src/backend/storage/aio/read_stream.c @@ -556,10 +556,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) ||