diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-22 04:19:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-22 04:19:37 +0000 |
commit | 670547014d1903f581bed942c4b78210997f8080 (patch) | |
tree | fbb4fb58cd9b3bcb9245ce6da914282ca667f455 | |
parent | 391e1f7b7fc5712bfd4ba620a2b6a1f556971664 (diff) | |
download | postgresql-670547014d1903f581bed942c4b78210997f8080.tar.gz postgresql-670547014d1903f581bed942c4b78210997f8080.zip |
Add:
> * Inline simple SQL functions to avoid overhead (Tom)
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Feb 21 22:05:06 EST 2002 +Last updated: Thu Feb 21 23:19:21 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -420,6 +420,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 +* Inline simple SQL functions to avoid overhead (Tom) MISCELLANEOUS |