Re: Patch bug: Fix jsonpath .* on Arrays

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Patch bug: Fix jsonpath .* on Arrays
Дата
Msg-id Zpn8yz1lFn6CWyEi@paquier.xyz
обсуждение исходный текст
Ответ на Re: Patch bug: Fix jsonpath .* on Arrays  ("David E. Wheeler" <david@justatheory.com>)
Ответы Re: Patch bug: Fix jsonpath .* on Arrays
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Add mention of execution time memory for enable_partitionwise_* GUCs
Следующее
От: jian he
Дата:
Сообщение: Re: add function argument names to regex* functions.