Add URLs for :
authorBruce Momjian
Tue, 18 Mar 2008 03:59:45 +0000 (03:59 +0000)
committerBruce Momjian
Tue, 18 Mar 2008 03:59:45 +0000 (03:59 +0000)
* Speed WAL recovery by allowing more than one page to be prefetched

  This involves having a separate process that can be told which pages
  the recovery process will need in the near future.

>   http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php
>   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
<

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

index 012fa1c8d2148df7dff9e1a47b3d20aee8f6f0c6..8078cdff7d828f190c0f0ec206c9ca6aa00d344e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Mar 17 22:36:56 EDT 2008
+Last updated:      Mon Mar 17 23:59:39 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1510,10 +1510,11 @@ Write-Ahead Log
 
   This involves having a separate process that can be told which pages
   the recovery process will need in the near future.
+  http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php
+  http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
 
 
-
 Optimizer / Executor
 ====================
 
index 292342fd4b14a6c870409151d25b2729b4ccbd9e..5fb219eaea3794f7e73618ca80b9e3252968d6a2 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar 17 22:36:56 EDT 2008
+Last updated:           Mon Mar 17 23:59:39 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1312,6 +1312,8 @@ first.  There is also a developer's wiki at
   
  • Speed WAL recovery by allowing more than one page to be prefetched
  •  

      This involves having a separate process that can be told which pages

       the recovery process will need in the near future.
    +  http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php
    +  http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
       http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php