From: | Satoshi Nagayasu <snaga(at)uptime(dot)jp> |
---|---|
To: | Vik Fearing <vik(dot)fearing(at)dalibo(dot)com> |
Cc: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Statistics collection for CLUSTER command |
Date: | 2013-09-16 06:26:00 |
Message-ID: | 5236A478.4020803@uptime.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
(2013/08/08 20:52), Vik Fearing wrote:
> As part of routine maintenance monitoring, it is interesting for us to
> have statistics on the CLUSTER command (timestamp of last run, and
> number of runs since stat reset) like we have for (auto)ANALYZE and
> (auto)VACUUM. Patch against today's HEAD attached.
>
> I would add this to the next commitfest but I seem to be unable to log
> in with my community account (I can log in to the wiki). Help appreciated.
I have reviewed the patch.
Succeeded to build with the latest HEAD, and passed the regression
tests.
Looks good enough, and I'd like to add a test case here, not only
for the view definition, but also working correctly.
Please take a look at attached one.
Regards,
--
Satoshi Nagayasu <snaga(at)uptime(dot)jp>
Uptime Technologies, LLC. http://www.uptime.jp
Attachment | Content-Type | Size |
---|---|---|
clusterstats_regress.patch | text/plain | 3.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2013-09-16 06:48:28 | Re: [HACKERS] Cube extension point support // GSoC'13 |
Previous Message | Heikki Linnakangas | 2013-09-16 06:20:44 | Re: \h open |