Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select
Date
Msg-id 140973.1708548984@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select  (Ed Herrmann <ewherrmann@gmail.com>)
List pgsql-bugs
Ed Herrmann <ewherrmann@gmail.com> writes:
> This example does not cause the same error and returns results as expected.
> If it has to do with the execution plan as Laurenz suggested, do you have a
> suggestion on how to better create a self-contained example where it would
> behave more like an actual table select to get the desired list of keys?

Do an EXPLAIN on the problem query, and then try to make an example
with no private data that shows the same plan.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Ed Herrmann
Date:
Subject: Re: BUG #18356: Casting values from jsonb_each_text does not respect WHERE filter with sub select
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: BUG #18354: Aborted transaction aborted during cleanup when temp_file_limit exceeded