Move the server's backup manifest code to a separate file.
Robert Haas <rhaas@postgresql.org>
Move the server's backup manifest code to a separate file. basebackup.c is already a pretty big and complicated file, so it makes more sense to keep the backup manifest support routines in a separate file, for clarity and ease of maintenance. Discussion: http://postgr.es/m/CA+TgmoavRak5OdP76P8eJExDYhPEKWjMb0sxW7dF01dWFgE=uA@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/backup_manifest.c | added | +375 −0 |
| src/backend/replication/basebackup.c | modified | +2 −389 |
| src/backend/replication/Makefile | modified | +1 −0 |
| src/include/replication/backup_manifest.h | added | +51 −0 |
Discussion
- relocating the server's backup manifest code 7 messages · 2020-04-18 → 2020-04-20