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

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster (postmaster.c)
Date: 2000-12-20 21:51:52
Message-ID: 200012202151.eBKLpq169515@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-20 21:51:53 pgsql/src/backend/tcop (postgres.c)
Previous Message thomas 2000-12-20 17:23:39 pgsql/doc/src/sgml (installation.sgml)