Skip to content

Commit b5cd746

Browse files
committed
Remove obsolete comment.
Remove a comment about potential for AIO in StartReadBuffersImpl(), because that change happened.
1 parent fd2ab03 commit b5cd746

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/backend/storage/buffer/bufmgr.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,11 +1484,6 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
14841484
* buffers must remain valid until WaitReadBuffers() is called, and any
14851485
* forwarded buffers must also be preserved for a continuing call unless
14861486
* 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.
14921487
*/
14931488
bool
14941489
StartReadBuffers(ReadBuffersOperation *operation,

0 commit comments

Comments
 (0)