parse_manifest: Use const char *
Peter Eisentraut <peter@eisentraut.org>
parse_manifest: Use const char * This adapts the manifest parsing code to take advantage of the const-ified jsonapi. Reviewed-by: Andrew Dunstan <andrew@dunslane.net> Discussion: https://www.postgresql.org/message-id/flat/f732b014-f614-4600-a437-dba5a2c3738b%40eisentraut.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/backup/basebackup_incremental.c | modified | +2 −2 |
| src/bin/pg_combinebackup/load_manifest.c | modified | +3 −3 |
| src/bin/pg_combinebackup/load_manifest.h | modified | +2 −2 |
| src/bin/pg_verifybackup/pg_verifybackup.c | modified | +8 −8 |
| src/common/parse_manifest.c | modified | +6 −6 |
| src/include/common/parse_manifest.h | modified | +3 −3 |
Discussion
- jsonapi type fixups 4 messages · 2024-06-18 → 2024-06-21