postgresql/contrib/amcheck/sql
Alexander Korotkov ab65dfb0fb 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
2024-03-24 00:09:24 +02:00
..
check_btree.sql amcheck: Support for different header sizes of short varlena datum 2024-03-24 00:09:24 +02:00
check_heap.sql Fix test of pg_stat_io for wal_level=minimal. 2023-07-01 10:00:39 -07:00
check.sql Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00