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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Add a way to create read stream object by using SMgrRelation.
Дата
Msg-id E1sV8CJ-000Oua-D3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Add overflow checks to money type.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Correctly check updatability of columns targeted by INSERT...DEF