pgsql: Add a way to create read stream object by using SMgrRelation. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Add a way to create read stream object by using SMgrRelation.
Date
Msg-id E1sV8CJ-000Oua-D3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a858be17c3f85a2ce3ad5e3073c14ab948b85079

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 76 ++++++++++++++++++++++++++++-------
src/include/storage/read_stream.h     | 10 +++++
2 files changed, 72 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add overflow checks to money type.
Next
From: Tom Lane
Date:
Subject: pgsql: Correctly check updatability of columns targeted by INSERT...DEF