]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 17 Apr 2002 21:52:57 +0000 (21:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 17 Apr 2002 21:52:57 +0000 (21:52 +0000)
> * Add utility to compute accurate random_page_cost value

doc/TODO

index 0760863a9976e0f7a79e47cb71d8c4e57ad02e79..241d0f2b8633fb56a6c40458a7a3d7ad944395d5 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Apr 17 16:35:06 EDT 2002
+Last updated:          Wed Apr 17 17:41:41 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -437,7 +437,7 @@ OPTIMIZER / EXECUTOR
   using a sequential scan for highest/lowest values
 * Inline simple SQL functions to avoid overhead (Tom)
 * Precompile SQL functions to avoid overhead (Neil Conway)
-
+* Add utility to compute accurate random_page_cost value
 
 MISCELLANEOUS
 -------------