Re: BUG #19458: OOM killer in jsonb_path_exists_opr (@?) with malformed JSONPath containing non-existent variables - Mailing list pgsql-bugs

From Andrey Borodin
Subject Re: BUG #19458: OOM killer in jsonb_path_exists_opr (@?) with malformed JSONPath containing non-existent variables
Date
Msg-id 674AEA44-D9C5-423D-B118-693CA130106E@yandex-team.ru
Whole thread
In response to Re: BUG #19458: OOM killer in jsonb_path_exists_opr (@?) with malformed JSONPath containing non-existent variables  (Nikita Malakhov <hukutoc@gmail.com>)
Responses Re: BUG #19458: OOM killer in jsonb_path_exists_opr (@?) with malformed JSONPath containing non-existent variables
List pgsql-bugs

> On 26 May 2026, at 16:17, Nikita Malakhov <hukutoc@gmail.com> wrote:
> 
> of course OOM is very bad behavior and should be corrected

I think the biggest problem is not OOM, but incorrect results for query
SELECT '42'::jsonb @? '$"no_such_var"';


Best regards, Andrey Borodin.



pgsql-bugs by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: Possible G2-item at SERIALIZABLE
Next
From: Pierre Juhen
Date:
Subject: Re: BUG #19502: unix_socket_group doesn't work anymore