1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add to TODO:

> * Reduce file system activity overhead of statistics file pgstat.stat
>
>   http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
>
This commit is contained in:
Bruce Momjian
2008-03-17 23:32:21 +00:00
parent e56dfc778d
commit 9970141794
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Mar 17 18:58:56 EDT 2008
Last updated: Mon Mar 17 19:32:16 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -47,6 +47,10 @@ Administration
* Allow statistics collector information to be pulled from the collector
process directly, rather than requiring the collector to write a
filesystem file twice a second?
* Reduce file system activity overhead of statistics file pgstat.stat
http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
* Allow statistics last vacuum/analyze execution times to be displayed
without requiring stats_row_level to be enabled
* Allow log_min_messages to be specified on a per-module basis