postgresql/contrib/pageinspect/expected
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable
Flags of t_infomask and t_infomask2 for each tuple are already included
in the information returned by heap_page_items as integers, and we
lacked a way to make that information human-readable.

Per discussion, the function includes an option which controls if
combined flags should be decomposed or not.  The default is false, to
not decompose combined flags.

The module is bumped to version 1.8.

Author: Craig Ringer, Sawada Masahiko
Reviewed-by: Peter Geoghegan, Robert Haas, Álvaro Herrera, Moon Insung,
Amit Kapila, Michael Paquier, Tomas Vondra
Discussion: https://postgr.es/m/CAMsr+YEY7jeaXOb+oX+RhDyOFuTMdmHjGsBxL=igCm03J0go9Q@mail.gmail.com
2019-09-12 15:06:00 +09:00
..
brin.out pageinspect: Add tests 2016-11-01 14:02:16 -04:00
btree.out Make heap TID a tiebreaker nbtree index column. 2019-03-20 10:04:01 -07: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 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 2019-09-12 15:06:00 +09:00