Remove, now have GUC:
authorBruce Momjian
Tue, 5 Jul 2005 22:59:36 +0000 (22:59 +0000)
committerBruce Momjian
Tue, 5 Jul 2005 22:59:36 +0000 (22:59 +0000)
< * Turn off full page writes if fsync is disabled
<
<   If fsync is off, there is no purpose in writing full pages to WAL
<

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

index 931c515952387deb972c209756998c97dbb2e414..1eaa4c208ed5ee2fa9f2b63c6c689ba7c37770aa 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jul  5 15:37:49 EDT 2005
+Last updated:      Tue Jul  5 18:59:32 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -938,10 +938,6 @@ Write-Ahead Log
 
 * Reduce WAL traffic so only modified values are written rather than
   entire rows?
-* Turn off full page writes if fsync is disabled
-
-  If fsync is off, there is no purpose in writing full pages to WAL
-
 * Add WAL index reliability improvement to non-btree indexes
 * Allow the pg_xlog directory location to be specified during initdb
   with a symlink back to the /data location
index 0c09aaff248bfdfbeed7bf484865d9b4ae00d625..1ae083d167fd2aaec40c3c9177450c97a7bb1170 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jul  5 15:37:49 EDT 2005
+Last updated:           Tue Jul  5 18:59:32 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -846,9 +846,6 @@ first.
 

   
  • Reduce WAL traffic so only modified values are written rather than
  •    entire rows?
    -  
  • Turn off full page writes if fsync is disabled
  • -

      If fsync is off, there is no purpose in writing full pages to WAL

    -

       
  • Add WAL index reliability improvement to non-btree indexes
  •    
  • Allow the pg_xlog directory location to be specified during initdb
  •    with a symlink back to the /data location