pgsql: Loop calling CallNamedPipe() several times in case it fails, - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Loop calling CallNamedPipe() several times in case it fails,
Date
Msg-id 20090215135820.21C547559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/port:
        kill.c (r1.7 -> r1.7.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/kill.c?r1=1.7&r2=1.7.2.1)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Loop calling CallNamedPipe() several times in case it fails,
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Loop calling CallNamedPipe() several times in case it fails,