pgsql: Secondary refactor of heap scanning functions

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Secondary refactor of heap scanning functions
Date: 2024-04-04 06:23:41
Message-ID: E1rsGVg-000PUi-M1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2024-04-04 08:37:31 pgsql: Fix bogus coding in ExecAppendAsyncEventWait().
Previous Message Michael Paquier 2024-04-04 05:18:19 pgsql: Coordinate emit_log_hook and all log destinations to share the s