diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-03-23 22:59:56 +0200 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-03-24 00:09:24 +0200 |
commit | ab65dfb0fb2908989c0ef3330464b7af171e9728 (patch) | |
tree | 93aa1fe62d71f5bcdf3225ee0485471808e8efd0 /src/backend/utils/adt/enum.c | |
parent | 697f8d266cfb33409f7ccf3319f4448477066329 (diff) | |
download | postgresql-ab65dfb0fb2908989c0ef3330464b7af171e9728.tar.gz postgresql-ab65dfb0fb2908989c0ef3330464b7af171e9728.zip |
amcheck: Support for different header sizes of short varlena datum
In the heap, tuples may contain short varlena datum with both 1B header and 4B
headers. But the corresponding index tuple should always have such varlena's
with 1B headers. So, for fingerprinting, we need to convert.
Backpatch to all supported versions.
Discussion: https://postgr.es/m/flat/7bdbe559-d61a-4ae4-a6e1-48abdf3024cc%40postgrespro.ru
Author: Michael Zhilin
Reviewed-by: Alexander Lakhin, Andrey Borodin, Jian He, Alexander Korotkov
Backpatch-through: 12
Diffstat (limited to 'src/backend/utils/adt/enum.c')
0 files changed, 0 insertions, 0 deletions