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,
1330
1330
* StartReadBuffers() were made for the same blocks before
1331
1331
* WaitReadBuffers(), only the first would issue the advice. That'd be
1332
1332
* 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.
1337
1334
*/
1338
1335
smgrprefetch (operation -> smgr ,
1339
1336
operation -> forknum ,
You can’t perform that action at this time.
0 commit comments