postgresql/src/backend/postmaster
Heikki Linnakangas 70e81861fa Split xlog.c into xlog.c and xlogrecovery.c.
This moves the functions related to performing WAL recovery into the new
xlogrecovery.c source file, leaving xlog.c responsible for maintaining
the WAL buffers, coordinating the startup and switch from recovery to
normal operations, and other miscellaneous stuff that have always been in
xlog.c.

Reviewed-by: Andres Freund, Kyotaro Horiguchi, Robert Haas
Discussion: https://www.postgresql.org/message-id/a31f27b4-a31d-f976-6217-2b03be646ffa%40iki.fi
2022-02-16 09:30:38 +02:00
..
Makefile Move the code to archive files via the shell to a separate file. 2022-01-28 13:29:32 -05:00
autovacuum.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
auxprocess.c Remove MaxBackends variable in favor of GetMaxBackends() function. 2022-02-08 15:53:19 -05:00
bgworker.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
bgwriter.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
checkpointer.c Split xlog.c into xlog.c and xlogrecovery.c. 2022-02-16 09:30:38 +02:00
fork_process.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
interrupt.c Enhance pg_log_backend_memory_contexts() for auxiliary processes. 2022-01-11 23:19:59 +09:00
pgarch.c Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
pgstat.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
postmaster.c Split xlog.c into xlog.c and xlogrecovery.c. 2022-02-16 09:30:38 +02:00
shell_archive.c Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
startup.c Split xlog.c into xlog.c and xlogrecovery.c. 2022-02-16 09:30:38 +02:00
syslogger.c Introduce log_destination=jsonlog 2022-01-17 10:16:53 +09:00
walwriter.c Enhance pg_log_backend_memory_contexts() for auxiliary processes. 2022-01-11 23:19:59 +09:00