pgsql/src/backend postmaster/postmaster.c tcop ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend postmaster/postmaster.c tcop ...
Date: 2001-10-19 00:44:08
Message-ID: 200110190044.f9J0i8r87430@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/18 20:44:08

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

Log message:
Move init_ps_display from postgres.c to postmaster.c, putting it
just after receipt of the startup packet. Now, postmaster children
that are waiting for client authentication response will show as
'postgres: user database host authentication'. Also, do an
init_ps_display for startup/shutdown/checkpoint subprocesses,
so that they are readily identifiable as well. Fix an obscure race
condition that could lead to Assert failure in the postmaster ---
attempting to start a checkpoint process before any connections have
been received led to calling PostmasterRandom before setting random_seed.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-19 00:46:51 pgsql/doc/src/sgml monitoring.sgml
Previous Message tgl 2001-10-18 23:16:10 pgsql/src/backend/parser gram.y