Re: [HACKERS] wrong t_bits alignment in pageinspect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] wrong t_bits alignment in pageinspect
Дата
Msg-id 24561.1515096186@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] wrong t_bits alignment in pageinspect  (Maksim Milyutin <milyutinma@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: bug? import foreign schema forgets to import column description
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Add parallel-aware hash joins.