Re: pgsql: Implementation of subscripting for jsonb

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Implementation of subscripting for jsonb
Дата
Msg-id 37bb56a0-391d-759d-771b-9c1d8c15a84b@iki.fi
обсуждение исходный текст
Ответ на pgsql: Implementation of subscripting for jsonb  (Alexander Korotkov <akorotkov@postgresql.org>)
Ответы Re: pgsql: Implementation of subscripting for jsonb  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
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?

- Heikki



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Filling array gaps during jsonb subscripting
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix portability issue in new jsonbsubs code.