]> granicus.if.org Git - postgresql/commit
Reset all database-level stats in pgstat_recv_resetcounter().
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2010 20:09:53 +0000 (15:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2010 20:09:53 +0000 (15:09 -0500)
commit0c90442355fbbe785740669f63141f24674c8958
tree89426d876903672e76fb2c0ec57a6a15984ab919
parent5132ad8bdf8e85ea0054217ef7ee38c51ace4824
Reset all database-level stats in pgstat_recv_resetcounter().

We were failing to zero out some pg_stat_database counters that have
been added since the initial pgstats coding.  This is a bug, but not
back-patching the fix since changing this behavior in a minor release
seems a cure worse than the disease.

Report and patch by Tomas Vondra.
src/backend/postmaster/pgstat.c