File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/backend/storage/buffer Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1330,10 +1330,7 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
13301330 * StartReadBuffers() were made for the same blocks before
13311331 * WaitReadBuffers(), only the first would issue the advice. That'd be
13321332 * a better simulation of true asynchronous I/O, which would only
1333- * start the I/O once, but isn't done here for simplicity. Note also
1334- * that the following call might actually issue two advice calls if we
1335- * cross a segment boundary; in a true asynchronous version we might
1336- * choose to process only one real I/O at a time in that case.
1333+ * start the I/O once, but isn't done here for simplicity.
13371334 */
13381335 smgrprefetch (operation -> smgr ,
13391336 operation -> forknum ,
You can’t perform that action at this time.
0 commit comments