Re: pgsql: Move src/bin/pg_verifybackup/parse_manifest.c into src/common.

2023-12-19 Thread Michael Paquier
On Tue, Dec 19, 2023 at 08:29:18PM +, Robert Haas wrote: > 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 l

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

2023-12-19 Thread Robert Haas
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