Re: Make description of heap records more talkative for flags

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Make description of heap records more talkative for flags
Дата
Msg-id 20180413034903.36tfc55dtael3amr@alap3.anarazel.de
обсуждение исходный текст
Ответ на Make description of heap records more talkative for flags  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Make description of heap records more talkative for flags  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2018-04-13 12:47:34 +0900, Michael Paquier wrote:
> Hi all,
> 
> I was just playing with the WAL consistency issue with rows moved across
> partitions when I noticed that heapdesc.c is not really talkative about
> the different flag records set.
> 
> What about something like the patch attached?  I found that useful for
> debugging.
> 
> (One comment of heapam_xlog.h mentions xl_heap_delete instead of
> xl_heap_truncate, noticed it on the way.)

OTOH, that also kinda bloats the output noticeably... I'm somewhat
inclined to just put the hex value or such there?

Greetings,

Andres Freund


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Make description of heap records more talkative for flags
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Make description of heap records more talkative for flags