diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-03-04 14:42:17 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-03-04 14:42:17 -0500 |
commit | dc8f2d7c064ac2ba76e5821fd96fa3837076f0d2 (patch) | |
tree | a3b63540fb4da1d583d7c23445e5f5c67ac81f08 /src/backend/commands/cluster.c | |
parent | dd7ea37c435e10f9c5aa3fb257a05c08814a4ad2 (diff) | |
download | postgresql-dc8f2d7c064ac2ba76e5821fd96fa3837076f0d2.tar.gz postgresql-dc8f2d7c064ac2ba76e5821fd96fa3837076f0d2.zip |
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
Diffstat (limited to 'src/backend/commands/cluster.c')
0 files changed, 0 insertions, 0 deletions