Move some functions from postmaster.c to a new source file
authorHeikki Linnakangas
Mon, 18 Mar 2024 09:35:05 +0000 (11:35 +0200)
committerHeikki Linnakangas
Mon, 18 Mar 2024 09:35:05 +0000 (11:35 +0200)
commitf1baed18bc3db50c72bfb00b6247b47689158445
tree69d7b498fd15711b78ed96e7c0e03155f62db6b7
parent14cddee9cce349d4bf024316e014ccf891c39cef
Move some functions from postc 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
src/backend/postmaster/Makefile
src/backend/postmaster/launch_backend.c [new file with mode: 0644]
src/backend/postmaster/meson.build
src/backend/postmaster/postmaster.c
src/include/postmaster/postmaster.h