Done:
authorBruce Momjian
Sun, 1 Dec 2002 21:20:45 +0000 (21:20 +0000)
committerBruce Momjian
Sun, 1 Dec 2002 21:20:45 +0000 (21:20 +0000)
> * -Inline simple SQL functions to avoid overhead (Tom)

doc/TODO

index e8c4def7c8aa6b832901f37a0b2f526d943b6387..f303e291159c6e167b2aa5672c99375dd2b52573 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Tue Nov 26 17:05:35 EST 2002
+Last updated:      Sun Dec  1 16:20:39 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -383,7 +383,7 @@ Optimizer / Executor
 * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
 * Allow ORDER BY ... LIMIT to select top values without sort or index
   using a sequential scan for highest/lowest values (Oleg)
-* Inline simple SQL functions to avoid overhead (Tom)
+* -Inline simple SQL functions to avoid overhead (Tom)
 * Precompile SQL functions to avoid overhead (Neil)
 * Add utility to compute accurate random_page_cost value
 * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG