pgsql/src backend/postmaster/pgstat.c backend/ ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/postmaster/pgstat.c backend/ ...
Date: 2001-08-05 02:06:51
Message-ID: 200108050206.f7526pN21693@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/08/04 22:06:50

Modified files:
src/backend/postmaster: pgstat.c postmaster.c
src/include : miscadmin.h pgstat.h

Log message:
Endeavor to make pgstats buffer process (a) safe and (b) useful.
Make sure it exits immediately when collector process dies --- in old code,
buffer process would hang around and compete with the new buffer process
for packets. Make sure it doesn't block on writing the pipe when the
collector falls more than a pipeload behind. Avoid leaking pgstats FDs
into every backend.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-05 22:13:47 pgsql/src/bin/psql describe.c
Previous Message Tom Lane 2001-08-05 01:22:16 pgsql/src/backend/libpq pqcomm.c