]> granicus.if.org Git - postgresql/commitdiff
Reword:
authorBruce Momjian <bruce@momjian.us>
Thu, 10 Jun 2004 11:56:27 +0000 (11:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 10 Jun 2004 11:56:27 +0000 (11:56 +0000)
< * Allow hash buckets to fill disk pages, rather than being sparse
> * Pack hash index buckets onto disk pages more efficiently

doc/TODO

index 8174d03bfaee3eff32e93e7de684396d25ab8e6b..256c99d4b5d7927ec19151bab0d4ad2ffff7cd10 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Thu Jun 10 00:33:46 EDT 2004
+Last updated:          Thu Jun 10 07:56:22 EDT 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -147,7 +147,7 @@ Indexes
 * Add FILLFACTOR to btree index creation
 * Add concurrency to GIST
 * Allow a single index to index multiple tables (for inheritance and subtables)
-* Allow hash buckets to fill disk pages, rather than being sparse
+* Pack hash index buckets onto disk pages more efficiently
 
 
 Commands