Re: WIP Incremental JSON Parser
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Jacob Champion <champion.p@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Robert Haas <robertmhaas@gmail.com>
Date: 2024-01-22T19:16:07Z
Lists: pgsql-hackers
Attachments
- v4-0003-Use-incremental-parsing-of-backup-manifests.patch (text/x-patch) patch v4-0003
- v4-0002-Add-support-for-incrementally-parsing-backup-mani.patch (text/x-patch) patch v4-0002
- v4-0001-Introduce-a-non-recursive-JSON-parser.patch (text/x-patch) patch v4-0001
On 2024-01-22 Mo 01:29, Peter Smith wrote: > 2024-01 Commitfest. > > Hi, This patch has a CF status of "Needs Review" [1], but it seems > there were CFbot test failures last time it was run [2]. Please have a > look and post an updated version if necessary. Thanks. Let's see if the attached does better. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Post review fixes for test_json_parser test module
- ba3e6e2bca97 17.0 landed
-
Shrink test file for test_json_parser module
- b8a7bfa33324 17.0 landed
-
Add support for incrementally parsing backup manifests
- ea7b4e9a2a7c 17.0 landed
-
Introduce a non-recursive JSON parser
- 3311ea86edc7 17.0 landed
-
Use incremental parsing of backup manifests.
- 222e11a10ae9 17.0 landed