Re: keeping a timestamp of the last stats reset (for a db, table and function)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: tv@fuzzy.cz
Cc: pgsql-hackers@postgresql.org
Date: 2010-12-19T16:26:11Z
Lists: pgsql-hackers
tv@fuzzy.cz writes: > I can prepare an alternative patch, using just per-database timestamps. So > even a reset for a single table/function would set the timestamp for the > whole database. That seems like quite a bizarre definition. What I was envisioning was that we'd track only the time of the last whole-database stats reset. regards, tom lane