Re: WIP Incremental JSON Parser

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: WIP Incremental JSON Parser
Дата
Msg-id c5f59ef7-03f7-4174-9ebf-7f4e95a5aa81@dunslane.net
обсуждение исходный текст
Ответ на Re: WIP Incremental JSON Parser  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2024-04-24 We 04:56, Michael Paquier wrote:
> On Fri, Apr 19, 2024 at 02:04:40PM -0400, Robert Haas wrote:
>> Yeah, I think this patch invented a new solution to a problem that
>> we've solved in a different way everywhere else. I think we should
>> change it to match what we do in general.
> As of ba3e6e2bca97, did you notice that test_json_parser_perf
> generates two core files because progname is not set, failing an
> assertion when using the frontend logging?


No, it didn't for me. Thanks for noticing, I've pushed a fix.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cleanup: remove unused fields from nodes
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM