Add random I/O URL:
authorBruce Momjian
Wed, 12 Dec 2007 07:06:27 +0000 (07:06 +0000)
committerBruce Momjian
Wed, 12 Dec 2007 07:06:27 +0000 (07:06 +0000)
>   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php

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

index 18e0c871bbcc9ca206091e0af4502214f77ce3a0..e4e8e64d6fecd24d72c4ce8802a7e3f3b13e32f3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Dec 12 01:59:39 EST 2007
+Last updated:      Wed Dec 12 02:06:19 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1345,6 +1345,7 @@ Miscellaneous Performance
   results coming back asynchronously.
 
   http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
+  http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php
 
 * Use mmap() rather than SYSV shared memory or to write WAL files?
 
index 21b4036277d55368b3c3952861e595362ba100e0..0d8e4721986b8e32bf2bb41a74b2474dea845cd5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Dec 12 01:59:39 EST 2007
+Last updated:           Wed Dec 12 02:06:19 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1191,6 +1191,7 @@ first.  There is also a developer's wiki at
   results coming back asynchronously.
 

 

  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php

+  http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php
 

   
  • Use mmap() rather than SYSV shared memory or to write WAL files?
  •  

      This would remove the requirement for SYSV SHM but would introduce