1 parent c22d115 commit b2a17baCopy full SHA for b2a17ba
1 file changed
src/backend/storage/aio/read_stream.c
@@ -777,10 +777,9 @@ read_stream_begin_impl(int flags,
777
Oid tablespace_id;
778
779
/*
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.
+ * 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.
784
*/
785
tablespace_id = smgr->smgr_rlocator.locator.spcOid;
786
if (!OidIsValid(MyDatabaseId) ||
0 commit comments