]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Loop calling CallNamedPipe() several times in case it fails,
authorMagnus Hagander <magnus@hagander.net>
Sun, 15 Feb 2009 13:58:22 +0000 (13:58 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sun, 15 Feb 2009 13:58:22 +0000 (13:58 +0000)
commit5d4ed4d0ff71cd865c15fa2060993070eb3b0004
treed1864264838c53d7e741ba0f79231f66708618bb
parent099186df32adfb41fe1daca916363469d5c28584
Loop calling CallNamedPipe() several times in case it fails,
since it can be transient failures, causing kill() to not
properly send signals.

Original patch from Steve Marshall, modified by me.
src/port/kill.c