| From: | Erik Rijkers <er(at)xs4all(dot)nl> |
|---|---|
| To: | Amit Langote <amitlangote09(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
| Cc: | jian he <jian(dot)universality(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: remaining sql/json patches |
| Date: | 2023-09-17 06:37:11 |
| Message-ID: | 6e99a906-e363-6e2e-719d-0971c2acad10@xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Op 9/14/23 om 10:14 schreef Amit Langote:
>
>
Hi Amit,
Just now I built a v14-patched server and I found this crash:
select json_query(jsonb '
{
"arr": [
{"arr": [2,3]}
, {"arr": [4,5]}
]
}'
, '$.arr[*].arr ? (@ <= 3)' returning anyarray WITH WRAPPER) --crash
;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
connection to server was lost
Can you have a look?
Thanks,
Erik
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yogesh Sharma | 2023-09-17 12:36:06 | Re: Have better wording for snapshot file reading failure |
| Previous Message | Masahiko Sawada | 2023-09-17 03:21:47 | Re: [PoC] Improve dead tuple storage for lazy vacuum |