postgresql/contrib/pageinspect/expected
Michael Paquier 586c6a091f pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes
This function reads directly a page from a relation, relying on
index_open() to open the index to read from.  Unfortunately, this would
crash when using partitioned indexes, as these can be opened with
index_open() but they have no physical pages.

Alexander has fixed the module, while I have written the test.

Author: Alexander Lakhin, Michael Paquier
Discussion: https://postgr.es/m/18246-f4d9ff7cb3af77e6@postgresql.org
Backpatch-through: 12
2023-12-19 18:19:19 +09:00
..
brin.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:36 +09:00
btree.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:36 +09:00
checksum.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
checksum_1.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
gin.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:36 +09:00
hash.out pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2023-12-19 18:19:19 +09:00
page.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:36 +09:00