Add item:
> > * Consider reducing memory used for shared buffer reference count > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php
This commit is contained in:
parent
3e8ff14506
commit
d6bac1e8e9
6
doc/TODO
6
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
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.
|
waits possible, research shows that this is not a huge problem.
|
||||||
http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
|
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
|
Source Code
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<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>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<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
|
<p> Though backend priorities make priority inversion during lock
|
||||||
waits possible, research shows that this is not a huge problem.
|
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>
|
<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>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_21">Source Code</a></h1>
|
<h1><a name="section_21">Source Code</a></h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user