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

From [email protected] (Magnus Hagander)
Subject pgsql: Loop calling CallNamedPipe() several times in case it fails,
Date
Msg-id [email protected]
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: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Loop calling CallNamedPipe() several times in case it fails,
Next
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Loop calling CallNamedPipe() several times in case it fails,