File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/backend/storage/buffer Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1495,11 +1495,11 @@ WaitReadBuffers(ReadBuffersOperation *operation)
14951495 io_buffers_len = 1 ;
14961496
14971497 /*
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.
15031503 */
15041504 while ((i + 1 ) < nblocks &&
15051505 WaitReadBuffersCanStartIO (buffers [i + 1 ], true))
You can’t perform that action at this time.
0 commit comments