Split registration of Win32 deadchild callback to separate function
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Split registration of Win32 deadchild callback to separate function The next commit will move the internal_forkexec() function to a different source file, but it makes sense to keep all the code related to the win32 waitpid() emulation in postmaster.c. Split it off to a separate function now, to make the next commit more mechanical. Reviewed-by: Tristan Partin, Andres Freund Discussion: https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +30 −20 |
Discussion
- Refactoring backend fork+exec code 63 messages · 2023-06-18 → 2024-07-03