Track last time for statistics reset on databases and bgwriter

Magnus Hagander <magnus@hagander.net>

Commit: 4c468b37a281941afd3bf61c782b20def8c17047
Author: Magnus Hagander <magnus@hagander.net>
Date: 2011-02-10T14:14:04Z
Releases: 9.1.0
Track last time for statistics reset on databases and bgwriter

Tracks one counter for each database, which is reset whenever
the statistics for any individual object inside the database is
reset, and one counter for the background writer.

Tomas Vondra, reviewed by Greg Smith

Files