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) ||