Re: jsonpath

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, David Steele <david(at)pgmasters(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: jsonpath
Date: 2019-03-26 09:59:41
Message-ID: CAPpHfduLp+WgnhgOWSebUL0UCw9uYrXAkZr2=9Js0eUe0f0wuA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Mar 24, 2019 at 9:09 PM Alexander Korotkov
<a(dot)korotkov(at)postgrespro(dot)ru> wrote:
> On Sun, Mar 24, 2019 at 7:45 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=snapper&dt=2019-03-23%2013%3A01%3A28
> >
> > 2019-03-23 14:28:31.147 CET [18056:45] pg_regress/jsonpath LOG: statement: select '$.g ? (@.a == 1 || !(@.x >= 123 || @.a == 4) && @.b == 7)'::jsonpath;
> > 2019-03-23 14:28:31.157 CET [18055:59] pg_regress/jsonb_jsonpath LOG: statement: select jsonb_path_query('1', 'lax $.a');
> > 2019-03-23 14:28:31.163 CET [9597:311] LOG: server process (PID 18056) was terminated by signal 11: Segmentation fault
> > 2019-03-23 14:28:31.163 CET [9597:312] DETAIL: Failed process was running: select '$.g ? (@.a == 1 || !(@.x >= 123 || @.a == 4) && @.b == 7)'::jsonpath;
> > 2019-03-23 14:28:31.164 CET [9597:313] LOG: terminating any other
> > active server processes
> >
> > Something's not quite right... Note this appears to be 32bit sparc.
>
> Thank you for pointing. Will investigate.

Got access to that buildfarm animal thanks to Tom Turelinckx. Now
running check-world in a loop on the same commit hash with same build
options. Error wasn't triggered yet.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

  • Re: jsonpath at 2019-03-24 18:09:45 from Alexander Korotkov

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrien NAYRAT 2019-03-26 10:02:10 Re: Log a sample of transactions
Previous Message Amit Langote 2019-03-26 09:54:47 Re: partitioned tables referenced by FKs