Skip to content

Commit f1baed1

Browse files
committed
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
1 parent 14cddee commit f1baed1

File tree

5 files changed

+828
-742
lines changed

5 files changed

+828
-742
lines changed

src/backend/postmaster/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ OBJS = \
2020
checkpointer.o \
2121
fork_process.o \
2222
interrupt.o \
23+
launch_backend.o \
2324
pgarch.o \
2425
postmaster.o \
2526
startup.o \

0 commit comments

Comments
 (0)