pgsql/src/backend/postmaster postmaster.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster postmaster.c
Date: 2001-07-01 00:06:23
Message-ID: 200107010006.f6106NQ82440@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/30 20:06:23

Modified files:
src/backend/postmaster: postmaster.c

Log message:
Under new theory of operation wherein postmaster forks children
immediately, we will fork a child even if the database state does not
permit connections to be accepted (eg, we are in recovery mode).
The child process will correctly reject the connection and exit as
soon as it's finished collecting the connection request message.
However, this means that reaper() must be prepared to see child
process exit signals even while it's waiting for startup or shutdown
process to finish. As was, a connection request arriving during a
database recovery or shutdown would cause postmaster abort.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2001-07-02 10:21:13 [WEBMASTER] 'www/html sites.html'
Previous Message Peter Eisentraut - PostgreSQL 2001-06-30 22:03:26 pgsql/ oc/src/sgml/runtime.sgml oc/src/sgml/re ...