Fix typos and incorrect type in read_stream.c

max_ios should be int rather than int16, otherwise there's not much
point in doing:

max_ios = Min(max_ios, PG_INT16_MAX);

Discussion: 
https://postgr.es/m/caaphdvr9un-xpdr_+afdogm38o2k8spfohimqz838ggutgy...@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ea4b29277222efe59dc25ed8385c8bcb1a3ed0f

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Reply via email to