forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf1baed1
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.fi1 parent14cddee commitf1baed1
File tree
5 files changed
+828
-742
lines changed- src
- backend/postmaster
- include/postmaster
5 files changed
+828
-742
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
0 commit comments
Comments
(0)