diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2024-03-11 02:31:51 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2024-04-04 06:46:40 -0400 |
commit | 222e11a10ae9840929cff617c01cc6f8f695536f (patch) | |
tree | 9d4194f4e3762bdbd32d34534bfc308335db4c5e /src/backend/nodes/nodeFuncs.c | |
parent | ea7b4e9a2a7c23c62278d9a3e0c77310778f62b2 (diff) | |
download | postgresql-222e11a10ae9840929cff617c01cc6f8f695536f.tar.gz postgresql-222e11a10ae9840929cff617c01cc6f8f695536f.zip |
Use incremental parsing of backup manifests.
This changes the three callers to json_parse_manifest() to use
json_parse_manifest_incremental_chunk() if appropriate. In the case of
the backend caller, since we don't know the size of the manifest in
advance we always call the incremental parser.
Author: Andrew Dunstan
Reviewed-By: Jacob Champion
Discussion: https://postgr.es/m/7b0a51d6-0d9d-7366-3a1a-f74397a02f55@dunslane.net
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions