Add a way to create read stream object by using SMgrRelation.

Noah Misch <noah@leadboat.com>

Commit: a858be17c3f85a2ce3ad5e3073c14ab948b85079
Author: Noah Misch <noah@leadboat.com>
Date: 2024-07-20T11:22:12Z
Releases: 18.0
Add a way to create read stream object by using SMgrRelation.

Currently read stream object can be created only by using Relation.

Nazir Bilal Yavuz

Discussion: https://postgr.es/m/CAN55FZ0JKL6vk1xQp6rfOXiNFV1u1H0tJDPPGHWoiO3ea2Wc=A@mail.gmail.com

Files

PathChange+/−
src/backend/storage/aio/read_stream.c modified +62 −14
src/include/storage/read_stream.h modified +10 −0

Discussion