postgresql/src/bin/pg_verifybackup
Robert Haas dc8f2d7c06 pg_verifybackup: Refactor parse_manifest_file.
Return a pointer to the manifest_data instead of individual pointers
to relevant data stored within the manifest_data object. The previous
approach scales poorly if we add more things to the backup manifest,
as has been proposed.

Amul Sul, reviewed by Sravan Velagandula, Michael Paquier, and me.

Discussion: http://postgr.es/m/CAAJ_b95=1LONf99-M_ep588fL_WgLJfdnb7XG4GWE7JDD22E4w@mail.gmail.com
2024-03-04 14:42:17 -05:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Remove AIX support 2024-02-28 15:17:23 +04:00
.gitignore
Makefile Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2023-12-19 15:24:31 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2023-12-19 15:24:31 -05:00
pg_verifybackup.c pg_verifybackup: Refactor parse_manifest_file. 2024-03-04 14:42:17 -05:00