]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
read_stream: Remove obsolete comment. master github/master
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:25:25 +0000 (11:25 +1200)
This comment was describing the v17 implementation (or io_method=sync).

Backpatch-through: 18

src/backend/storage/aio/read_stream.c

index b6fce4e7cc6c21f3bb4782fdb9aced7b5d14c6d1..2374b4cd5076c758ebcb8fbad28e236e76cb5e82 100644 (file)
@@ -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) ||