Re: pgsql: Implementation of subscripting for jsonb - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Implementation of subscripting for jsonb
Date
Msg-id 37bb56a0-391d-759d-771b-9c1d8c15a84b@iki.fi
Whole thread Raw
In response to pgsql: Implementation of subscripting for jsonb  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Implementation of subscripting for jsonb  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Filling array gaps during jsonb subscripting
Next
From: Tom Lane
Date:
Subject: pgsql: Fix portability issue in new jsonbsubs code.