Move src/bin/pg_verifybackup/parse_manifest.c into src/common.

Robert Haas <rhaas@postgresql.org>

Commit: aafc07c7a191bc807c77fe2a044006a5db07faba
Author: Robert Haas <rhaas@postgresql.org>
Date: 2023-12-19T20:24:31Z
Releases: 17.0
Move src/bin/pg_verifybackup/parse_manifest.c into src/common.

This makes it possible for the code to be easily reused by other
client-side tools, and/or by the server.

Patch by me. Review of this patch in particular by at least Peter
Eisentraut; reviewers for the patch series in general include Dilip
Kumar, Andres Fruend, David Steele, Álvaro Herrera, and Jakub Wartak.

Discussion: http://postgr.es/m/CA+TgmoZ6UGZVnSy5iak6s6+AXu_DewXovDjhLs3-su6nmU_x_g@mail.gmail.com

Files

PathChange+/−
src/bin/pg_verifybackup/Makefile modified +0 −1
src/bin/pg_verifybackup/meson.build modified +0 −1
src/bin/pg_verifybackup/nls.mk modified +2 −2
src/bin/pg_verifybackup/pg_verifybackup.c modified +1 −1
src/common/Makefile modified +1 −0
src/common/meson.build modified +1 −0
src/common/parse_manifest.c (from src/bin/pg_verifybackup/parse_manifest.c) renamed +2 −2
src/include/common/parse_manifest.h (from src/bin/pg_verifybackup/parse_manifest.h) renamed +1 −1

Discussion