From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-patches(at)postgreSQL(dot)org |
Subject: | pgstats dead-space tracking |
Date: | 2007-09-21 01:18:05 |
Message-ID: | 18008.1190337485@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
In the committed HOT patch, I removed pgstats tracking of dead space,
because the system isn't doing anything with the info and it's not real
clear that the info is of value to DBAs either. However, I did make a
diff of the removal step; if we choose to put back the capability, the
patch would be something close to the attached. Just sticking it in
the archives before I forget (I think I'd fixed a omission or two in
Pavan's original, so this version seems worth archiving).
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
put-back-dead-space.patch.gz | application/octet-stream | 4.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-09-21 01:20:19 | Re: adjust chr()/ascii() to prevent invalidly encoded data |
Previous Message | Alvaro Herrera | 2007-09-21 01:13:22 | Re: curious regression failures |