Обсуждение: pgsql/src/backend/postmaster (postmaster.c)

Поиск
Список
Период
Сортировка

pgsql/src/backend/postmaster (postmaster.c)

От
tgl@postgresql.org
Дата:
  Date: Wednesday, December 20, 2000 @ 16:51:52
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/postmaster
     from hub.org:/home/projects/pgsql/tmp/cvs-serv69507/postmaster

Modified Files:
    postmaster.c

-----------------------------  Log Message  -----------------------------

Prevent freshly-started backend from ignoring SIGUSR1, per race condition
observed by Inoue.  Also, don't call ProcRemove() from postmaster if we
have detected a backend crash --- too risky if shared memory is corrupted.
It's not needed anyway, considering we are going to reinitialize shared
memory and semaphores as soon as the last child is dead.