Re: WIP Incremental JSON Parser - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: WIP Incremental JSON Parser
Date
Msg-id ZijJVjQDape4FBlh@paquier.xyz
Whole thread Raw
In response to Re: WIP Incremental JSON Parser  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: WIP Incremental JSON Parser
List pgsql-hackers
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?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Avoid orphaned objects dependencies, take 3
Next
From: Peter Eisentraut
Date:
Subject: Re: Use XLOG_CONTROL_FILE macro everywhere?