diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-01 21:20:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-01 21:20:45 +0000 |
commit | 68b944757a3982639a0c1cbe2dde4be2fa9a4899 (patch) | |
tree | fbdee58fa3e3e01ab403f9a58634075d1099f974 | |
parent | 8e3a87fbd4d5552599888b087e23a28df0bb6be5 (diff) | |
download | postgresql-68b944757a3982639a0c1cbe2dde4be2fa9a4899.tar.gz postgresql-68b944757a3982639a0c1cbe2dde4be2fa9a4899.zip |
Done:
> * -Inline simple SQL functions to avoid overhead (Tom)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |