Move the code to archive files via the shell to a separate file.
authorRobert Haas <rhaas@postgresql.org>
Fri, 28 Jan 2022 18:29:32 +0000 (13:29 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 28 Jan 2022 18:29:32 +0000 (13:29 -0500)
commitaeb4cc9ea07a63ecb4a230513620ceee855a839a
treeb336a2ded8e290b0d7b91a5928e024ff623a9bbc
parent7f6772317b4a4f9d30c25d1853571fca6d834f0c
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/668D2428-F73B-475E-87AE-F89D67942270@amazon.com
src/backend/postmaster/Makefile
src/backend/postmaster/pgarch.c
src/backend/postmaster/shell_archive.c [new file with mode: 0644]
src/include/postmaster/pgarch.h