postgresql/contrib/pageinspect/expected
Robert Haas fc8219dc54 pageinspect: Fix hash_bitmap_info not to read the underlying page.
It did that to verify that the page was an overflow page rather than
anything else, but that means that checking the status of all the
overflow bits requires reading the entire index.  So don't do that.
The new code validates that the page is not a primary bucket page
or bitmap page by looking at the metapage, so that using this on
large numbers of pages can be reasonably efficient.

Ashutosh Sharma, per a complaint from me, and with further
modifications by me.
2017-02-09 14:34:34 -05:00
..
brin.out pageinspect: Add tests 2016-11-01 14:02:16 -04:00
btree.out pageinspect: Make btree test more portable 2016-11-01 22:02:39 -04:00
gin.out Fix gin_leafpage_items(). 2016-11-04 12:11:54 -04:00
hash.out pageinspect: Fix hash_bitmap_info not to read the underlying page. 2017-02-09 14:34:34 -05:00
page.out pageinspect: Make page test more portable 2016-11-02 08:45:17 -04:00