OSDN Git Service

Add URL for:
authorBruce Momjian <bruce@momjian.us>
Mon, 19 Mar 2007 15:24:17 +0000 (15:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 19 Mar 2007 15:24:17 +0000 (15:24 +0000)
* 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

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

index 1aed09b..28696ca 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
 
index 5980f64..6f78a32 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:           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>