Add to TODO:
authorBruce Momjian
Mon, 17 Mar 2008 23:32:21 +0000 (23:32 +0000)
committerBruce Momjian
Mon, 17 Mar 2008 23:32:21 +0000 (23:32 +0000)
> * Reduce file system activity overhead of statistics file pgstat.stat
>
>   http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
>

doc/TODO
doc/src/FAQ/TODO.html

index dbad3cc304281735165c129deda507643c642155..56bb2038a080a495d5e53a484934fe0f4ce0cb84 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 8dca033a598c1b12de78c3d008a7f3ff1ac1de40..3b9110e41d0640756a3591d72c821ff40429a1ac 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -50,6 +50,9 @@ first.  There is also a developer's wiki at
   
  • 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