Re: [HACKERS] wrong t_bits alignment in pageinspect - Mailing list pgsql-hackers

From Maksim Milyutin
Subject Re: [HACKERS] wrong t_bits alignment in pageinspect
Date
Msg-id da8b621a-ebbd-4fe6-c436-130cc8beb0a0@gmail.com
Whole thread Raw
In response to Re: [HACKERS] wrong t_bits alignment in pageinspect  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: [HACKERS] wrong t_bits alignment in pageinspect
Re: [HACKERS] wrong t_bits alignment in pageinspect
List pgsql-hackers
Hi!


02.01.2018 12:33, Andrey Borodin wrote:
>> 15 дек. 2017 г., в 18:53, Maksim Milyutin <milyutinma@gmail.com> написал(а):
>>
>> I found out the problem in exposing values of t_bits field from heap_page_items function.
> Probably, this [0] place contains similar bug too?
>
> [0] https://github.com/postgres/postgres/blob/master/contrib/pageinspect/heapfuncs.c#L439

Yes, it's so. Thanks a lot for notice.

Attached a new version of patch with regression test.

-- 
Regards,
Maksim Milyutin


Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: explain analyze output with parallel workers - question aboutmeaning of information for explain.depesz.com
Next
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] path toward faster partition pruning