Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 28 Jun 2003 18:05:12 +0000 (18:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 28 Jun 2003 18:05:12 +0000 (18:05 +0000)
> * Automatically place fixed-width, NOT NULL columns first in a table

doc/TODO

index beb753c6885df05ef510846414c9921ad8f6c806..d97b20e0d1d77d6c36db2fcf9c9f3457ae0eb0ee 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Jun 27 00:35:34 EDT 2003
+Last updated:          Sat Jun 28 14:05:02 EDT 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -354,6 +354,7 @@ Cache
 * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
 * Make blind writes go through the file descriptor cache
 * Cache last known per-tuple offsets to speed long tuple access
+* Automatically place fixed-width, NOT NULL columns first in a table
 * Consider using MVCC to cache count(*) queries with no WHERE clause