Re: remaining sql/json patches

Поиск
Список
Период
Сортировка
От Erik Rijkers
Тема Re: remaining sql/json patches
Дата
Msg-id 4ec458ea-450e-0c3d-45bb-415e2b8d0afe@xs4all.nl
обсуждение исходный текст
Ответ на Re: remaining sql/json patches  (Erik Rijkers <er@xs4all.nl>)
Ответы Re: remaining sql/json patches  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
Op 9/18/23 om 13:14 schreef Erik Rijkers:
> Op 9/18/23 om 12:20 schreef Amit Langote:
>> Hi Erik,
>>
>>> I am sorry to be bothering you with these somewhat idiotic SQL
>>> statements but I suppose somehow it needs to be made more solid.
>>
> 
> For 60 datatypes, I ran this statement:
> 
> select json_query(jsonb'{"a":[{"a":[2,3]},{"a":[4,5]}]}',
>   '$.a[*].a?(@<=3)'returning ${datatype} with wrapper
> );
>
> against a 17devel server (a0a5) with json v15 patches and caught the 
> output, incl. 30+ crashes, in the attached .txt. I hope that's useful.
> 

and FYI: None of these crashes occur when I leave off the 'WITH WRAPPER' 
clause.

> 
> Erik
> 



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Fix GIST readme on LSN vs NSN
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Allow specifying a dbname in pg_basebackup connection string