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

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:18
Message-ID: 20090215135818.44BA57559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

Modified Files:
--------------
pgsql/src/port:
kill.c (r1.11 -> r1.12)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/kill.c?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-02-15 13:58:20 pgsql: Loop calling CallNamedPipe() several times in case it fails,
Previous Message User Mha 2009-02-15 11:28:26 pginstaller - pginst: Update chinese translation.