Fix Windows emulation of kill(pid, 0). This will now succeed, but only
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Aug 2004 18:31:48 +0000 (18:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 27 Aug 2004 18:31:48 +0000 (18:31 +0000)
commit3e3f70a28ab05ec060fdbcd0bb5f819df57ba011
tree69da2fe0faafb090c97f126312f23732b65974d2
parent1785acebf2ed14fd66955e2d9a55d77a025f418d
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.
src/backend/port/win32/signal.c
src/port/kill.c