pgsql/src backend/postmaster/pgstat.c backend/ ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src backend/postmaster/pgstat.c backend/ ...
Date
Msg-id 200108050206.f7526pN21693@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/libpq pqcomm.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/bin/psql describe.c