forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit05c3980
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.fi1 parentaafc05d commit05c3980
File tree
7 files changed
+829
-759
lines changed- src
- backend
- postmaster
- tcop
- include
- postmaster
- tcop
7 files changed
+829
-759
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
0 commit comments
Comments
(0)