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

From Tom Lane
Subject Re: [HACKERS] wrong t_bits alignment in pageinspect
Date
Msg-id 24561.1515096186@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] wrong t_bits alignment in pageinspect  (Maksim Milyutin <milyutinma@gmail.com>)
List pgsql-hackers
Maksim Milyutin <milyutinma@gmail.com> writes:
> Attached a new version of patch with regression test.

Looks good, pushed.

I also removed one error check from tuple_data_split --- there doesn't
seem to be a lot of point in checking that bits_str_len is some multiple
of 8 when we're about to check that it's equal to a particular multiple
of 8.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: bug? import foreign schema forgets to import column description
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Add parallel-aware hash joins.