Fix Windows emulation of kill(pid, 0). This will now succeed, but only

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3e3f70a28ab05ec060fdbcd0bb5f819df57ba011
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-27T18:31:48Z
Releases: 8.0.0
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

PathChange+/−
src/backend/port/win32/signal.c modified +2 −2
src/port/kill.c modified +3 −2