Not done:
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Mar 2003 04:23:05 +0000 (04:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Mar 2003 04:23:05 +0000 (04:23 +0000)
> * Precompile SQL functions to avoid overhead (Neil)

doc/TODO

index 6338212b03a221a44da9789f9b0d895ac4b744d4..1151d80379f53b97a437df9b00c72cfc1664f5b5 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Fri Mar  7 22:03:10 EST 2003
+Last updated:      Fri Mar  7 23:22:59 EST 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -394,7 +394,7 @@ Optimizer / Executor
 * 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)
-* -Precompile SQL functions to avoid overhead (Neil)
+* 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
 * Use CHECK constraints to improve optimizer decisions