Update TODO:
authorBruce Momjian
Fri, 13 Apr 2007 23:23:22 +0000 (23:23 +0000)
committerBruce Momjian
Fri, 13 Apr 2007 23:23:22 +0000 (23:23 +0000)
<  o Consider reducing on-disk varlena length from four to two
<    because a heap row cannot be more than 64k in length
>  o Consider reducing on-disk varlena length from four bytes to
>    two because a heap row cannot be more than 64k in length

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

index e6e3d69bd207d8af83caf76894f72be569a4a95f..ac5e3a8c4d5789af7e0ee1c25ccc33aea86802d2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Apr 12 15:38:17 EDT 2007
+Last updated:      Fri Apr 13 19:23:16 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1428,8 +1428,8 @@ Miscellaneous Performance
 
    o -Support a smaller header for short variable-length fields
    o Reduce the row header size?
-   o Consider reducing on-disk varlena length from four to two
-     because a heap row cannot be more than 64k in length
+   o Consider reducing on-disk varlena length from four bytes to 
+     two because a heap row cannot be more than 64k in length
 
 * Consider increasing NUM_CLOG_BUFFERS
 * Consider having the background writer update the transaction status
index e183a78fe7311ff44f5113f23c4f0ca8a2457d32..1c5c4775c2c823be1d1ac8800e22b780ad18a99a 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Apr 12 15:38:17 EDT 2007
+Last updated:           Fri Apr 13 19:23:16 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1267,8 +1267,8 @@ first.  There is also a developer's wiki at
   
         
  • -Support a smaller header for short variable-length fields
  •      
  • Reduce the row header size?
  • -    
  • Consider reducing on-disk varlena length from four to two
  • -          because a heap row cannot be more than 64k in length
    +    
  • Consider reducing on-disk varlena length from four bytes to 
  • +          two because a heap row cannot be more than 64k in length
       
       
  • Consider increasing NUM_CLOG_BUFFERS
  •    
  • Consider having the background writer update the transaction status