diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-03-19 15:24:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-03-19 15:24:17 +0000 |
commit | 00c56bb7f8ec3ec10a51241d76d3b58d66d8e27b (patch) | |
tree | 700b2315915b28274cb6baac3d9743d7e85c58aa | |
parent | 62df7c31c0f98e2f1eb9b7e6c733b7d65059a639 (diff) | |
download | postgresql-00c56bb7f8ec3ec10a51241d76d3b58d66d8e27b.tar.gz postgresql-00c56bb7f8ec3ec10a51241d76d3b58d66d8e27b.zip |
Add URL for:
* Allow sequential scans to take advantage of other concurrent
sequential scans, also called "Synchronised Scanning"
http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Mar 3 12:23:58 EST 2007 +Last updated: Mon Mar 19 11:24:05 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1128,6 +1128,7 @@ Cache Usage http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php + http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php * Consider increasing internal areas when shared buffers is increased diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5980f64809c..6f78a3297c2 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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: Sat Mar 3 12:23:58 EST 2007 +Last updated: Mon Mar 19 11:24:05 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>. @@ -1006,6 +1006,7 @@ first. There is also a developer's wiki at<br/> <p> <a href="http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php">http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php</a> </p> </li><li>Consider increasing internal areas when shared buffers is increased <p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php">http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php</a> |