Re: [rfc] overhauling pgstat.stat - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: [rfc] overhauling pgstat.stat
Date
Msg-id 60593e3ea639cd2ae728035100d034e2.squirrel@sq.gransy.com
Whole thread Raw
In response to Re: [rfc] overhauling pgstat.stat  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 9 Září 2013, 18:50, Robert Haas wrote:
> On Sat, Sep 7, 2013 at 6:57 PM, Tomas Vondra <tv@fuzzy.cz> wrote:
>> Don't forget the stats are written only by the postmaster, all the
>> regular backends only read it (and eventually send updates back).
>
> The postmaster, or the stats collector?



Stats collector, of course. I meant to point out that the write activity
comes from a single dedicated process, which may not be that obvious, and
I somehow managed to name the incorrect one.

Tomas




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PERFORM] encouraging index-only scans
Next
From: Noah Misch
Date:
Subject: Re: [bug fix] strerror() returns ??? in a UTF-8/C database with LC_MESSAGES=non-ASCII