Re: jsonpath

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: jsonpath
Дата
Msg-id CAPpHfdsK2+UsN9SCH0Ck8745S-eOeE5GEjzS0GoKwKYm=pt_Lw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonpath  (Andres Freund <andres@anarazel.de>)
Ответы Re: jsonpath
Список pgsql-hackers
On Sun, Mar 24, 2019 at 7:45 PM Andres Freund <andres@anarazel.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.

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: warning to publication created and wal_level is not set to logical
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Error message inconsistency