File tree 1 file changed +5
-5
lines changed
src/backend/storage/buffer
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1495,11 +1495,11 @@ WaitReadBuffers(ReadBuffersOperation *operation)
1495
1495
io_buffers_len = 1 ;
1496
1496
1497
1497
/*
1498
- * How many neighboring-on-disk blocks can we can scatter-read into
1499
- * other buffers at the same time? In this case we don't wait if we
1500
- * see an I/O already in progress. We already hold BM_IO_IN_PROGRESS
1501
- * for the head block, so we should get on with that I/O as soon as
1502
- * possible. We'll come back to this block again, above.
1498
+ * How many neighboring-on-disk blocks can we scatter-read into other
1499
+ * buffers at the same time? In this case we don't wait if we see an
1500
+ * I/O already in progress. We already hold BM_IO_IN_PROGRESS for the
1501
+ * head block, so we should get on with that I/O as soon as possible.
1502
+ * We'll come back to this block again, above.
1503
1503
*/
1504
1504
while ((i + 1 ) < nblocks &&
1505
1505
WaitReadBuffersCanStartIO (buffers [i + 1 ], true))
You can’t perform that action at this time.
0 commit comments