Utilisation of get_page_from_raw() in pageinspect

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема Utilisation of get_page_from_raw() in pageinspect
Дата
Msg-id CAE9k0Pn-af1AyKTLb3XTb-JCV24Ucs7FEGYmhj=yfHrxeFvyog@mail.gmail.com
обсуждение исходный текст
Ответы Re: Utilisation of get_page_from_raw() in pageinspect  (Jesper Pedersen <jesper.pedersen@redhat.com>)
Список pgsql-hackers
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 pageinspect functions for btree and heap as well
for safety purpose. Thoughts?

-- 
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Yugo Nagata
Дата:
Сообщение: Re: Small fixes about backup history file in doc and pg_standby
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: postgresql_fdw doesn't handle defaults correctly