Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05c3980

Browse files
committed
Move code for backend startup to separate file
This is code that runs in the backend process after forking, rather than postmaster. Move it out of postmaster.c for clarity. Reviewed-by: Tristan Partin, Andres Freund Discussion: https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi
1 parent aafc05d commit 05c3980

File tree

7 files changed

+829
-759
lines changed

7 files changed

+829
-759
lines changed

src/backend/postmaster/launch_backend.c

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#include "storage/pg_shmem.h"
5959
#include "storage/pmsignal.h"
6060
#include "storage/proc.h"
61+
#include "tcop/backend_startup.h"
6162
#include "tcop/tcopprot.h"
6263
#include "utils/builtins.h"
6364
#include "utils/datetime.h"

0 commit comments

Comments
 (0)