mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01: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:
parent
432c30dc4e
commit
9e17ac997f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user