Re: report a typo in WaitReadBuffers

2024-10-20 Thread Michael Paquier
On Sun, Oct 20, 2024 at 04:06:42PM +0900, Michael Paquier wrote: > Yes, you are right. This reads better without the second "can". Fixed that as well. -- Michael signature.asc Description: PGP signature

Re: report a typo in WaitReadBuffers

2024-10-20 Thread Michael Paquier
On Sun, Oct 20, 2024 at 11:20:34AM +0800, Junwang Zhao wrote: > /* > * How many neighboring-on-disk blocks can we can scatter-read into > * other buffers at the same time? In this case we don't wait if we > > Seems the second *can* is not necessary. Yes, you are right. This reads better without

report a typo in WaitReadBuffers

2024-10-19 Thread Junwang Zhao
While reading the stream read interfaces, I found a typo. /* * How many neighboring-on-disk blocks can we can scatter-read into * other buffers at the same time? In this case we don't wait if we Seems the second *can* is not necessary. -- Regards Junwang Zhao