We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c30d commit 9e17ac9Copy full SHA for 9e17ac9
src/backend/storage/buffer/bufmgr.c
@@ -1330,10 +1330,7 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
1330
* StartReadBuffers() were made for the same blocks before
1331
* WaitReadBuffers(), only the first would issue the advice. That'd be
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.
+ * start the I/O once, but isn't done here for simplicity.
1337
*/
1338
smgrprefetch(operation->smgr,
1339
operation->forknum,
0 commit comments