Re: pageinspect patch, for showing tuple data

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pageinspect patch, for showing tuple data
Дата
Msg-id 20150910151244.GC4408@momjian.us
обсуждение исходный текст
Ответ на Re: pageinspect patch, for showing tuple data  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: pageinspect patch, for showing tuple data  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Thu, Sep 10, 2015 at 03:46:25PM +0900, Michael Paquier wrote:
> Why is it not convenient at all? Yes, you have a point, we need those
> fields to be able to parse the t_data properly. Still the possibility
> to show individual fields of a tuple as a bytea array either with
> toasted or detoasted values is a concept completely different from
> simply showing the page items, which is what, it seems to me,
> heap_page_items is aimed to only do. Hence, As t_infomask2, t_infomask
> and t_bits are already available as return fields of heap_page_items,
> we should simply add a function like that:
> heap_page_item_parse(Oid relid, bytea data, t_infomask2 int,
> t_infomask int, t_bits int, bool force_detoast, warning_mode bool)
> returns bytea[]

Should pageinspect create a table that contains some of the constants
used to interpret infomask?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: Nikolay Shaplov
Дата:
Сообщение: Re: pageinspect patch, for showing tuple data
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] SQL function to report log message