pgsql: Secondary refactor of heap scanning functions

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Secondary refactor of heap scanning functions
Дата
Msg-id E1rsGVg-000PUi-M1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Secondary refactor of heap scanning functions

Similar to 44086b097, refactor heap scanning functions to be more
suitable for the read stream API.

Author: Melanie Plageman
Discussion: https://postgr.es/m/CAAKRu_YtXJiYKQvb5JsA2SkwrsizYLugs4sSOZh3EAjKUg=gEQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a4a3537a999932642ba7a459900fe3c4f5cad02

Modified Files
--------------
src/backend/access/heap/heapam.c         | 103 ++++++++++++++++---------------
src/backend/access/heap/heapam_handler.c |   2 +-
2 files changed, 55 insertions(+), 50 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: [MASSMAIL] pgsql: Coordinate emit_log_hook and all log destinations to share the s
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Fix bogus coding in ExecAppendAsyncEventWait().