Re: pgsql: Implementation of subscripting for jsonb

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Implementation of subscripting for jsonb
Date: 2021-02-01 06:55:52
Message-ID: 37bb56a0-391d-759d-771b-9c1d8c15a84b@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-01 07:04:03 pgsql: Fix portability issue in new jsonbsubs code.
Previous Message Alexander Korotkov 2021-01-31 20:54:27 pgsql: Filling array gaps during jsonb subscripting

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2021-02-01 06:59:31 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Previous Message Kyotaro Horiguchi 2021-02-01 06:29:21 Re: Is Recovery actually paused?