Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb)

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb)
Дата
Msg-id CAPpHfdv=-DGkaSeXOUi4a7OdDF6ZbYG7OyESSY3gwNG9xWmzxw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Feb 14, 2021 at 1:59 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I wrote:
> > Alexander Korotkov <aekorotkov@gmail.com> writes:
> >> On Fri, Feb 12, 2021 at 8:19 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >>> Once this does settle, should we consider back-patching so that it's
> >>> possible to run alignment checks in the back branches too?
>
> >> +1
>
> > Let's make sure we have a clean set of builds and then do that.
>
> The buildfarm seems to be happy --- the active members that haven't
> reported in should be unaffected by this patch, either because their
> compiler versions are too old or because they're not x86 architecture.
> So I went ahead and back-patched, and have adjusted longfin to apply
> the -fsanitize switch in all branches.

Perfect, thank you very much!

------
Regards,
Alexander Korotkov



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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: pg_cryptohash_final possible out-of-bounds access (per Coverity)
Следующее
От: Andy Fan
Дата:
Сообщение: Re: How to get Relation tuples in C function