pgsql: amcheck: Refactoring the storage of the last visible entry - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: amcheck: Refactoring the storage of the last visible entry
Date
Msg-id E1s9vFT-001O9M-PL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
amcheck: Refactoring the storage of the last visible entry

This commit introduces a new data structure BtreeLastVisibleEntry comprising
information about the last visible heap entry with the current value of key.
Usage of this data structure allows us to avoid passing all this information
as individual function arguments.

Reported-by: Alexander Korotkov
Discussion:
https://www.postgresql.org/message-id/CAPpHfdsVbB9ToriaB1UHuOKwjKxiZmTFQcEF%3DjuzzC_nby31uA%40mail.gmail.com
Author: Pavel Borisov, Alexander Korotkov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/532d94fec32ac11263b53932365560491d1fd50a

Modified Files
--------------
contrib/amcheck/verify_nbtree.c  | 117 ++++++++++++++++++++-------------------
src/tools/pgindent/typedefs.list |   1 +
2 files changed, 60 insertions(+), 58 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: fix pg_stat_reset_shared quoting
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Don't copy extended statistics during MERGE/SPLIT partition oper