Recovery conflict monitoring - Mailing list pgsql-hackers

From Magnus Hagander
Subject Recovery conflict monitoring
Date
Msg-id AANLkTinHttSDvgSyLXm-YZEyW7Ed+hU6T+nAHz3mYTGW@mail.gmail.com
Whole thread Raw
Responses Re: Recovery conflict monitoring  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
This patch adds counters and views to monitor hot standby generated
recovery conflicts. It extends the pg_stat_database view with one
column with the total number of conflicts, and also creates a new view
pg_stat_database_conflicts that contains a breakdown of exactly what
caused the conflicts.

Documentation still pending, but comments meanwhile is of course appreciated ;)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Attachment

pgsql-hackers by date:

Previous
From: Jan Urbański
Date:
Subject: Re: pl/python improvements
Next
From: Pavel Golub
Date:
Subject: Cannot compile Pg 9.0.2 with MinGW under Windows