summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/Makefile
diff options
context:
space:
mode:
authorHeikki Linnakangas2024-03-18 09:35:05 +0000
committerHeikki Linnakangas2024-03-18 09:35:05 +0000
commitf1baed18bc3db50c72bfb00b6247b47689158445 (patch)
tree69d7b498fd15711b78ed96e7c0e03155f62db6b7 /src/backend/postmaster/Makefile
parent14cddee9cce349d4bf024316e014ccf891c39cef (diff)
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/[email protected]
Diffstat (limited to 'src/backend/postmaster/Makefile')
-rw-r--r--src/backend/postmaster/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/postmaster/Makefile b/src/backend/postmaster/Makefile
index 367a46c6177..db08543d195 100644
--- a/src/backend/postmaster/Makefile
+++ b/src/backend/postmaster/Makefile
@@ -20,6 +20,7 @@ OBJS = \
checkpointer.o \
fork_process.o \
interrupt.o \
+ launch_backend.o \
pgarch.o \
postmaster.o \
startup.o \