Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05c3980

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

File tree

7 files changed

+829
-759
lines changed

7 files changed

+829
-759
lines changed

‎src/backend/postmaster/launch_backend.c

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp