Re: More new SQL/JSON item methods - Mailing list pgsql-hackers

From Tom Lane
Subject Re: More new SQL/JSON item methods
Date
Msg-id 448055.1706214831@sss.pgh.pa.us
Whole thread Raw
In response to Re: More new SQL/JSON item methods  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: More new SQL/JSON item methods
Re: More new SQL/JSON item methods
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2024-01-25 Th 14:31, Tom Lane wrote:
>> (The reported crashes seem to be happening later during a
>> recursive invocation, seemingly because JsonbType(jb) is
>> returning garbage.  So there may be another bug after this one.)

> I don't think so. AIUI The first call deals with the '$' and the second 
> one deals with the '.string()', which is why we see the error on the 
> second call.

There's something else going on, because I'm still getting the
assertion failure on my Mac with this fix in place.  Annoyingly,
it goes away if I compile with -O0, so it's kind of hard to
identify what's going wrong.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: More new SQL/JSON item methods
Next
From: Pavel Stehule
Date:
Subject: Re: proposal: psql: show current user in prompt