diff options
author | Alexander Korotkov | 2024-05-22 23:11:14 +0000 |
---|---|---|
committer | Alexander Korotkov | 2024-05-22 23:11:14 +0000 |
commit | 532d94fec32ac11263b53932365560491d1fd50a (patch) | |
tree | 5c47b22d49bf3611c2683344d72d31f432e7c1a4 /src | |
parent | bac44bc29a64d882e9717672ff788f19e3d2eb1d (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 46a84c5714a..d427a1c16a5 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -322,6 +322,7 @@ BrinStatsData BrinTuple BrinValues BtreeCheckState +BtreeLastVisibleEntry BtreeLevel Bucket BufFile |