mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Remove obsolete comment.
Commit 755a4c10d1
prevented StartReadBuffers() from crossing md.c
segment boundaries in one operation, but a comment about that
possibility remained.
This commit is contained in:
@ -1330,10 +1330,7 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
|
||||
* StartReadBuffers() were made for the same blocks before
|
||||
* WaitReadBuffers(), only the first would issue the advice. That'd be
|
||||
* a better simulation of true asynchronous I/O, which would only
|
||||
* start the I/O once, but isn't done here for simplicity. Note also
|
||||
* that the following call might actually issue two advice calls if we
|
||||
* cross a segment boundary; in a true asynchronous version we might
|
||||
* 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.
|
||||
*/
|
||||
smgrprefetch(operation->smgr,
|
||||
operation->forknum,
|
||||
|
Reference in New Issue
Block a user