]> granicus.if.org Git - postgresql/commitdiff
Add item:
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Apr 2007 20:43:40 +0000 (20:43 +0000)
committerBruce Momjian <bruce@momjian.us>
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 (bruce@momjian.us)
-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 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Mon Apr  2 16:10:03 EDT 2007
+Last updated:           Mon Apr  2 16:43:36 EDT 2007
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1276,6 +1276,9 @@ first.  There is also a developer's wiki at<br/>
 <p>  Though backend priorities make priority inversion during lock
   waits possible, research shows that this is not a huge problem.
   <a href="http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php">http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php</a>
+</p>
+  </li><li>Consider reducing memory used for shared buffer reference count
+<p>  <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php</a>
 </p>
 </li></ul>
 <h1><a name="section_21">Source Code</a></h1>