Move src/bin/pg_verifybackup/parse_manifest.c into src/common.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- trying again to get incremental backup 106 messages · 2023-06-14 → 2024-10-28