read_stream: Move logic about IO combining & issuing to helpers

Andres Freund <andres@anarazel.de>

Commit: 434dab76ba76fba5dacab2dc695b6b3d5df8315b
Author: Andres Freund <andres@anarazel.de>
Date: 2026-04-05T04:43:54Z
read_stream: Move logic about IO combining & issuing to helpers

The long if statements were hard to read and hard to document. Splitting them
into inline helpers makes it much easier to explain each part separately.

This is done in preparation for making the logic more complicated...

Reviewed-by: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/f3xxfrkafjxpyqxywcxricxgyizjirfceychyxsgn7bwjp5eda@kwbduhy7tfmu

Files

PathChange+/−
src/backend/storage/aio/read_stream.c modified +80 −17

Discussion