Add to TODO:
authorBruce Momjian
Tue, 15 Jul 2008 15:03:41 +0000 (15:03 +0000)
committerBruce Momjian
Tue, 15 Jul 2008 15:03:41 +0000 (15:03 +0000)
>
>  o Reduce PITR WAL file size by removing full page writes and
>    by removing trailing bytes to improve compression

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

index 2c581469db9a30b276d6a4d6603233ed422f3281..121f3930bf31e387f662c3a09768636447bc9944 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jul 15 09:55:11 EDT 2008
+Last updated:      Tue Jul 15 11:03:34 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -203,6 +203,9 @@ Administration
 
      http://archives.postgresql.org/pgsql-hackers/2007-12/msg00487.php
 
+   o Reduce PITR WAL file size by removing full page writes and
+     by removing trailing bytes to improve compression
+
 
 Data Types
 ==========
index 8d5d71b5a9be90c978dbd51cfa36248c7884c58f..0007d4ad7b8d8716853a5e64fc7425c187b3bb6e 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jul 15 09:55:11 EDT 2008
+Last updated:           Tue Jul 15 11:03:34 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -181,6 +181,8 @@ first.  There is also a developer's wiki at
           restoring from a PITR backup
 

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

 

+    
  • Reduce PITR WAL file size by removing full page writes and
  • +          by removing trailing bytes to improve compression
       
     
     

    Data Types