pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on
Дата
Msg-id 20100916203713.234777541E2@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
since it can happen when a process fails to start when the system
is under high load.

Per several bug reports and many peoples investigation.

Back-patch to 8.4, which is as far back as the "deadman-switch"
for shared memory access exists.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.615 -> r1.616)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.615&r2=1.616)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Translation updates for 9.0.0
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on