Re: PATCH: tracking temp files in pg_stat_database
Tomas Vondra <tv@fuzzy.cz>
From: Tomas Vondra <tv@fuzzy.cz>
To: pgsql-hackers@postgresql.org
Date: 2012-01-17T20:39:23Z
Lists: pgsql-hackers
Attachments
- stats-temp-files-v3.diff (text/plain) patch v3
On 20.12.2011 19:59, Tomas Vondra wrote: > On 20.12.2011 11:20, Magnus Hagander wrote: >> 2011/12/20 Tomas Vondra <tv@fuzzy.cz>: >>> >>> I haven't updated the docs yet - let's see if the patch is acceptable at >>> all first. >> >> Again, without having reviewed the code, this looks like a feature >> we'd want, so please add some docs, and then submit it for the next >> commitfest! > > I've added the docs (see the attachment) and rebased to current head. > > Tomas Fixed a failing regression test (check of pg_stat_database structure). Tomas