Re: pgsql: Publish checkpoint timing information to pg_stat_bgwriter.

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Publish checkpoint timing information to pg_stat_bgwriter.
Date: 2012-04-05 20:52:45
Message-ID: 1333659165.2309.66.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, 2012-04-05 at 18:04 +0000, Robert Haas wrote:
> Publish checkpoint timing information to pg_stat_bgwriter.
>

The pg_stat_bgwriter's definition is wrong. There is a column named
checkopint_sync_time instead of checkpoint_sync_time. Small typo, I
guess :)

> Greg Smith, Peter Geoghegan, and Robert Haas
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/b736aef2ec57b520ebadb70cceac0fed3168a5df
>
> Modified Files
> --------------
> doc/src/sgml/monitoring.sgml | 22 ++++++++++++++++++++++
> src/backend/access/transam/xlog.c | 30 +++++++++++++++++++++---------
> src/backend/catalog/system_views.sql | 2 ++
> src/backend/postmaster/pgstat.c | 2 ++
> src/backend/storage/smgr/md.c | 25 ++++++++++---------------
> src/backend/utils/adt/pgstatfuncs.c | 14 ++++++++++++++
> src/include/catalog/catversion.h | 2 +-
> src/include/catalog/pg_proc.h | 4 ++++
> src/include/pgstat.h | 4 ++++
> src/test/regress/expected/rules.out | 2 +-
> 10 files changed, 81 insertions(+), 26 deletions(-)
>
>

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-04-06 01:37:45 pgsql: checkopint -> checkpoint
Previous Message Peter Eisentraut 2012-04-05 19:28:48 pgsql: NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file