pgsql: Loop calling CallNamedPipe() several times in case it fails,

Lists: pgsql-committers
From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Loop calling CallNamedPipe() several times in case it fails,
Date: 2009-02-15 13:58:20
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)