Fix Windows emulation of kill(pid, 0). This will now succeed, but only
Tom Lane <tgl@sss.pgh.pa.us>
Fix Windows emulation of kill(pid, 0). This will now succeed, but only if the target PID is a PG postmaster or backend --- for our purposes that is actually better than the Unix behavior. Per Dave Page and Andrew Dunstan.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/win32/signal.c | modified | +2 −2 |
| src/port/kill.c | modified | +3 −2 |