pgsql: Secondary refactor of heap scanning functions - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Secondary refactor of heap scanning functions
Date
Msg-id E1rsGVg-000PUi-M1@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: [MASSMAIL] pgsql: Coordinate emit_log_hook and all log destinations to share the s
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Fix bogus coding in ExecAppendAsyncEventWait().