- Notifications
You must be signed in to change notification settings - Fork5
Commiteec08b9
committed
[all] Removed call to getppid in SendPostmasterSignal, replacing with a
PostmasterPid variable, which gets set (early) in PostmasterMaingetppid would not be the postmaster?[fork/exec] Implements processCancelRequest by keeping an array ofpid/cancel_key structs in shared mem[fork/exec] Moves AttachSharedMemoryAndSemaphores call for backends intoSubPostmasterMain[win32] Implements reaper/waitpid by keeping an arrays of childrenpids,handles in postmaster local mem - this item is largely untested, for reasons which should beobvious, but appears sound[win32/all] Added extern for pgpipe in Win32 case, and changed the secondpipe call (which seems to have been missed earlier) to pgpipe[win32] #define'd ftruncate to chsize in the Win32 case[win32] PG_USLEEP for Win32 has a misplaced paren. Fixed.[win32] DLLIMPORT handling for MingW caseClaudio Natoli1 parentede3b76 commiteec08b9
File tree
8 files changed
+266
-40
lines changed- src
- backend
- postmaster
- storage/ipc
- tcop
- utils/init
- include
- port
8 files changed
+266
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments
Comments
(0)