Re: Utilisation of get_page_from_raw() in pageinspect

2018-06-29 Thread Jesper Pedersen
Hi Ashutosh, On 06/27/2018 05:01 AM, Ashutosh Sharma wrote: Currently, get_page_from_raw() is not used in the pageinspect functions for btree and heap to fetch a page image from raw page. However, the pageinspect for gin and hash is using it to avoid server crash on alignment picky machines with

Utilisation of get_page_from_raw() in pageinspect

2018-06-27 Thread Ashutosh Sharma
Hi All, Currently, get_page_from_raw() is not used in the pageinspect functions for btree and heap to fetch a page image from raw page. However, the pageinspect for gin and hash is using it to avoid server crash on alignment picky machines with MAXALIGN = 8. Shouldn't we start using it in the page