Re: Resetting cluster-wide statistics

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Resetting cluster-wide statistics
Date: 2009-03-24 00:52:58
Message-ID: 5952.1237855978@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Smith <gsmith(at)gregsmith(dot)com> writes:
> I'm curious why something resetting the cluster-wide stats isn't
> available already.

We used to have the stats_reset_on_server_start thingy, which covered
that case. When we removed it on the grounds that you could do the
same less klugily with pg_stat_reset(), nobody complained about
cluster-wide stats...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2009-03-24 04:18:54 Re: Resetting cluster-wide statistics
Previous Message Tom Lane 2009-03-23 23:38:34 Re: GIN fast-insert vs autovacuum scheduling