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 fd2ab03 commit b5cd746Copy full SHA for b5cd746
src/backend/storage/buffer/bufmgr.c
@@ -1484,11 +1484,6 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
1484
* buffers must remain valid until WaitReadBuffers() is called, and any
1485
* forwarded buffers must also be preserved for a continuing call unless
1486
* they are explicitly released.
1487
- *
1488
- * Currently the I/O is only started with optional operating system advice if
1489
- * requested by the caller with READ_BUFFERS_ISSUE_ADVICE, and the real I/O
1490
- * happens synchronously in WaitReadBuffers(). In future work, true I/O could
1491
- * be initiated here.
1492
*/
1493
bool
1494
StartReadBuffers(ReadBuffersOperation *operation,
0 commit comments