pgsql: Patch reverted because of random buildfarm failures: - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Patch reverted because of random buildfarm failures:
Date
Msg-id 20060530023539.9FADC9FA6B0@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Patch reverted because of random buildfarm failures:

---------------------------------------------------------------------------

Delay write of pg_stats file to once every five minutes, during
shutdown, or when requested by a backend:

It changes so the file is only written once every 5 minutes (changeable
of course, I just picked something) instead of once every half second.
It's still written when the stats collector shuts down, just as before.
And it is now also written on backend request. A backend requests a
rewrite by simply sending a special stats message. It operates on the
assumption that the backends aren't actually going to read the
statistics file very often, compared to how frequent it's written today.

Magnus Hagander

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.126 -> r1.127)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.126&r2=1.127)
    pgsql/src/include:
        pgstat.h (r1.45 -> r1.46)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h.diff?r1=1.45&r2=1.46)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ctl: Extend get_parameters to take no arguments and an
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ancient misdescription of namegt/namege in comment.