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

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Loop calling CallNamedPipe() several times in case it fails,
Дата
Msg-id 20090215135822.2A17B7559ED@cvs.postgresql.org
обсуждение исходный текст
Список 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_3_STABLE

Modified Files:
--------------
    pgsql/src/port:
        kill.c (r1.10 -> r1.10.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/kill.c?r1=1.10&r2=1.10.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Loop calling CallNamedPipe() several times in case it fails,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Minor wordsmithing.