parse_manifest: Use const char *
authorPeter Eisentraut
Fri, 21 Jun 2024 05:50:02 +0000 (07:50 +0200)
committerPeter Eisentraut
Fri, 21 Jun 2024 05:53:30 +0000 (07:53 +0200)
commit02bbc3c83aec597e4b8c873916e9e29f3d02b132
tree3215858aa089784ac27c86346792dcdbe6529fdb
parent15cd9a3881b030a1a4bddc809f038f86ec27e66d
parse_manifest: Use const char *

This adapts the manifest parsing code to take advantage of the
const-ified jsonapi.

Reviewed-by: Andrew Dunstan
Discussion: https://www.postgresql.org/message-id/flat/f732b014-f614-4600-a437-dba5a2c3738b%40eisentraut.org
src/backend/backup/basebackup_incremental.c
src/bin/pg_combinebackup/load_manifest.c
src/bin/pg_combinebackup/load_manifest.h
src/bin/pg_verifybackup/pg_verifybackup.c
src/common/parse_manifest.c
src/include/common/parse_manifest.h