Re: Patch bug: Fix jsonpath .* on Arrays
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "David E. Wheeler" <david@justatheory.com>
Cc: Stepan Neretin <sncfmgg@gmail.com>, Степан Неретин <fenixrnd@mail.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "David G. Johnston" <david.g.johnston@gmail.com>
Date: 2024-07-19T05:42:35Z
Lists: 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
Commits
-
Add more test coverage for jsonpath "$.*" with arrays
- 3a137ab7e575 18.0 landed