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

Commitf1baed1

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 nextcommits smaller and easier to review. The moved functions are relatedto launching postmaster child processes in EXEC_BACKEND mode.Reviewed-by: Tristan Partin, Andres FreundDiscussion:https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi
1 parent14cddee commitf1baed1

File tree

5 files changed

+828
-742
lines changed

5 files changed

+828
-742
lines changed

‎src/backend/postmaster/Makefile

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

[8]ページ先頭

©2009-2025 Movatter.jp