postgresql/src/backend/storage/aio
David Rowley 2ea4b29277 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_+AFdOGM38O2K8SpfoHimqZ838gguTGYBiQ@mail.gmail.com
2024-05-01 17:04:52 +12:00
..
Makefile
meson.build
read_stream.c Fix typos and incorrect type in read_stream.c 2024-05-01 17:04:52 +12:00