]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
read_stream: Remove obsolete comment.
authorThomas Munro <tmunro@postgresql.org>
Fri, 10 Apr 2026 23:23:26 +0000 (11:23 +1200)
committerThomas Munro <tmunro@postgresql.org>
Fri, 10 Apr 2026 23:26:48 +0000 (11:26 +1200)
This comment was describing the v17 implementation (or io_method=sync).

Backpatch-through: 18

src/backend/storage/aio/read_stream.c

index 031fde9f4cbef1227e33ae5250915621ac158294..6ab2e5a53f449ae295fa793dbe9a59921293294d 100644 (file)
@@ -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) ||