Move the code to archive files via the shell to a separate file. This is preparatory work for allowing more extensibility in this area.
Nathan Bossart Discussion: http://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/aeb4cc9ea07a63ecb4a230513620ceee855a839a Modified Files -------------- src/backend/postmaster/Makefile | 1 + src/backend/postmaster/pgarch.c | 125 ++---------------------------- src/backend/postmaster/shell_archive.c | 135 +++++++++++++++++++++++++++++++++ src/include/postmaster/pgarch.h | 3 + 4 files changed, 145 insertions(+), 119 deletions(-)
