| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | More vacuum stats |
| Date: | 2010-08-22 11:36:51 |
| Message-ID: | AANLkTikd051KsB0J1U0MNVC1fVYYytOahfKe6uK7+DXR@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I noticed that we were already tracking the information about when an
autovacuum worker was last started in a database, but this information
was not exposed. The attached patch puts this column in
pg_stat_database.
Was there any particular reason why this wasn't exposed before that
I've missed, making this a bad addition? :-)
Oh, and this time, I *have* included updates to the regression tests.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
| Attachment | Content-Type | Size |
|---|---|---|
| vac_db.patch | application/octet-stream | 10.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | KaiGai Kohei | 2010-08-22 12:38:43 | Re: security hook on authorization |
| Previous Message | Rob Wultsch | 2010-08-22 06:29:36 | Re: Return of the Solaris vacuum polling problem -- anyone remember this? |