Move the server's backup manifest code to a separate file.
authorRobert Haas <rhaas@postgresql.org>
Mon, 20 Apr 2020 18:37:38 +0000 (14:37 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 20 Apr 2020 18:38:15 +0000 (14:38 -0400)
commit079ac29d4dafe581748ceca523aa90c8ce8b035b
treefaea197d48cb19eb5a6334374421bf5db6a4f77a
parent1e324cb0e7613dc035a403c4201c7dc004e7dedb
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
src/backend/replication/Makefile
src/backend/replication/backup_manifest.c [new file with mode: 0644]
src/backend/replication/basebackup.c
src/include/replication/backup_manifest.h [new file with mode: 0644]