pgsql: Split heap_page_prune_and_freeze() into helpers - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Split heap_page_prune_and_freeze() into helpers
Date
Msg-id E1vOHyE-001WHa-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Split heap_page_prune_and_freeze() into helpers

Refactor the setup and planning phases of pruning and freezing into
helpers. This streamlines heap_page_prune_and_freeze() and makes it more
clear when the examination of tuples ends and page modifications begin.

No code change beyond what was required to extract the code into helper
functions.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/mhf4vkmh3j57zx7vuxp4jagtdzwhu3573pgfpmnjwqa6i6yj5y%40sy4ymcdtdklo

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 559 ++++++++++++++++++++----------------
1 file changed, 307 insertions(+), 252 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Remove a few unused struct members.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial