Tracking the # of deadlocks - Mailing list pgsql-general

From Bill Moran
Subject Tracking the # of deadlocks
Date
Msg-id 20101027120035.93481f17.wmoran@potentialtech.com
Whole thread Raw
Responses Re: Tracking the # of deadlocks
List pgsql-general
Does PG store the # of deadlocks internally anywhere?  (like it does
with statistics on how many UPDATE/SELECT/DELETE ops occur on each
table, for example)

I'd like to be tracking this, that way we have an easy way to know if
our software is hitting performance problems by having to retry deadlocked
transactions frequently.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

pgsql-general by date:

Previous
From: Daniel.Crespo@l-3com.com
Date:
Subject: How to merge data from two separate databases into one (maybe using xlogs)?
Next
From: Scott Marlowe
Date:
Subject: Re: Tracking the # of deadlocks