pgsql: amcheck: Refactoring the storage of the last visible entry

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: amcheck: Refactoring the storage of the last visible entry
Дата
Msg-id E1s9vFT-001O9M-PL@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: fix pg_stat_reset_shared quoting
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Don't copy extended statistics during MERGE/SPLIT partition oper