Add item:
authorBruce Momjian
Mon, 2 Apr 2007 20:43:40 +0000 (20:43 +0000)
committerBruce Momjian
Mon, 2 Apr 2007 20:43:40 +0000 (20:43 +0000)
>
> * Consider reducing memory used for shared buffer reference count
>
>   http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php

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

index c6a59bfe2d111bf04a6ef71b06119dc4a20fcbd3..579608107616d201bbc342007c3ca9544e73499d 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Apr  2 16:10:03 EDT 2007
+Last updated:      Mon Apr  2 16:43:36 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1436,6 +1436,10 @@ Miscellaneous Performance
   waits possible, research shows that this is not a huge problem.
   http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
 
+* Consider reducing memory used for shared buffer reference count
+
+  http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php
+
 
 
 Source Code
index ca1ab59c3740fa37051c1f9f3ec978b76714a3eb..57be8ce647b4835970e7f0887ced860b8bda24d9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr  2 16:10:03 EDT 2007
+Last updated:           Mon Apr  2 16:43:36 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1276,6 +1276,9 @@ first.  There is also a developer's wiki at
 

  Though backend priorities make priority inversion during lock

   waits possible, research shows that this is not a huge problem.
   http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
+

+  
  • Consider reducing memory used for shared buffer reference count
  • +

      http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php

     

     
     

    Source Code