postgresql/contrib/pageinspect/expected
Tom Lane 39cfe86195 Fix incorrect computations of length of null bitmap in pageinspect.
Instead of using our standard macro for this calculation, this code
did it itself ... and got it wrong, leading to incorrect display of
the null bitmap in some cases.  Noted and fixed by Maksim Milyutin.

In passing, remove a uselessly duplicative error check.

Errors were introduced in commit d6061f83a; back-patch to 9.6
where that came in.

Maksim Milyutin, reviewed by Andrey Borodin

Discussion: https://postgr.es/m/ec295792-a69f-350f-6287-25a20e8f31d5@gmail.com
2018-01-04 14:59:00 -05:00
..
brin.out pageinspect: Add tests 2016-11-01 14:02:16 -04:00
btree.out pageinspect: Add bt_page_items function with bytea argument 2017-04-04 23:52:55 -04:00
gin.out Fix gin_leafpage_items(). 2016-11-04 12:11:54 -04:00
hash.out hash: Increase the number of possible overflow bitmaps by 8x. 2017-08-04 16:30:32 -04:00
page.out Fix incorrect computations of length of null bitmap in pageinspect. 2018-01-04 14:59:00 -05:00