postgresql/src/include/postmaster
Robert Haas 5ef1eefd76 Allow archiving via loadable modules.
Running a shell command for each file to be archived has a lot of
overhead and may not offer as much error checking as you want, or the
exact semantics that you want. So, offer the option to call a loadable
module for each file to be archived, rather than running a shell command.

Also, add a 'basic_archive' contrib module as an example implementation
that archives to a local directory.

Nathan Bossart, with a little bit of kibitzing by me.

Discussion: http://postgr.es/m/20220202224433.GA1036711@nathanxps13
2022-02-03 14:05:02 -05:00
..
autovacuum.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
auxprocess.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
bgworker.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
bgworker_internals.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
bgwriter.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
fork_process.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
interrupt.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pgarch.h Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
postmaster.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
startup.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
syslogger.h Introduce log_destination=jsonlog 2022-01-17 10:16:53 +09:00
walwriter.h Update copyright for 2022 2022-01-07 19:04:57 -05:00