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

From Tom Lane
Subject Re: pgsql: Implementation of subscripting for jsonb
Date
Msg-id 3293925.1612163110@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Implementation of subscripting for jsonb  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: pgsql: Implementation of subscripting for jsonb  (Alexander Korotkov <aekorotkov@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix portability issue in new jsonbsubs code.
Next
From: Michael Paquier
Date:
Subject: pgsql: Introduce --with-ssl={openssl} as a configure option