Re: Patch bug: Fix jsonpath .* on Arrays - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Patch bug: Fix jsonpath .* on Arrays
Date
Msg-id Zpn8yz1lFn6CWyEi@paquier.xyz
Whole thread Raw
In response to Re: Patch bug: Fix jsonpath .* on Arrays  ("David E. Wheeler" <david@justatheory.com>)
Responses Re: Patch bug: Fix jsonpath .* on Arrays
List pgsql-hackers
On Mon, Jul 15, 2024 at 10:29:32AM -0400, David E. Wheeler wrote:
> It’s here:
>
>   https://commitfest.postgresql.org/48/5017/

Sorry for the delay.  Finally came back to it, and applied the tests.
Thanks!

It was fun to see that HEAD was silenced with the first patch of this
thread that tweaked the behavior with arrays.

Regarding the comments, I have left them out for now.  That may be a
good start, but it also feels like we should do a much better job
overall with the area of jsonpath_exec.c.  One thing that may help as
a start is to reorganize the routines of the file and divide them into
sub-categories, or even go through a deeper refactoring to help
readers go through the existing 4.5k lines of code that are in this
single file..
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Add mention of execution time memory for enable_partitionwise_* GUCs
Next
From: jian he
Date:
Subject: Re: add function argument names to regex* functions.