postgresql/src/backend/postmaster
Heikki Linnakangas f1baed18bc Move some functions from postmaster.c to a new source file
This just moves the functions, with no other changes, to make the next
commits smaller and easier to review. The moved functions are related
to launching postmaster child processes in EXEC_BACKEND mode.

Reviewed-by: Tristan Partin, Andres Freund
Discussion: https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi
2024-03-18 11:35:05 +02:00
..
Makefile Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
autovacuum.c Reintroduce MAINTAIN privilege and pg_maintain predefined role. 2024-03-13 14:49:26 -05:00
auxprocess.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
bgworker.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
bgwriter.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
checkpointer.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
fork_process.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
interrupt.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
launch_backend.c Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
meson.build Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
pgarch.c Add macro for customizing an archiving WARNING message. 2024-03-04 15:41:42 -06:00
postmaster.c Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
startup.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
syslogger.c Use printf's %m format instead of strerror(errno) in more places 2024-03-12 10:02:54 +09:00
walsummarizer.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
walwriter.c Remove some obsolete smgrcloseall() calls. 2024-01-31 11:40:29 +02:00