Re: pgsql: Implementation of subscripting for jsonb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Implementation of subscripting for jsonb
Дата
Msg-id 3293925.1612163110@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Implementation of subscripting for jsonb  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: pgsql: Implementation of subscripting for jsonb  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-committers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> On 31/01/2021 22:54, Alexander Korotkov wrote:
>> Implementation of subscripting for jsonb

> The Itanium and sparc64 buildfarm members didn't like this, and are 
> crashing at "select ('123'::jsonb)['a'];". Unaligned memory access, perhaps?

I think I just identified the cause.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix portability issue in new jsonbsubs code.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Introduce --with-ssl={openssl} as a configure option