Re: pgsql: Track block level checksum failures in pg_stat_database - Mailing list pgsql-committers

From Tomas Vondra
Subject Re: pgsql: Track block level checksum failures in pg_stat_database
Date
Msg-id 20190430163328.zd4rrlnbvgaqlcdz@development
Whole thread Raw
In response to pgsql: Track block level checksum failures in pg_stat_database  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pgsql: Track block level checksum failures in pg_stat_database  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-committers
On Sat, Mar 09, 2019 at 06:48:11PM +0000, Magnus Hagander wrote:
>Track block level checksum failures in pg_stat_database
>
>This adds a column that counts how many checksum failures have occurred
>on files belonging to a specific database. Both checksum failures
>during normal backend processing and those created when a base backup
>detects a checksum failure are counted.
>

It seems this commit forgot to add PgStat_MsgChecksumFailure to the
PgStat_Msg union.


regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Widen tuple counter variables from long to int64
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: move "only" to a more appropriate place in the sentence