aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-22 05:22:50 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-22 05:22:50 +0000
commitfb4c1c285fbb40760b2b44f874c29ff4a2faca6f (patch)
tree4c57d75981ef886a6b43fcf2f40a091387c98e87
parent670547014d1903f581bed942c4b78210997f8080 (diff)
downloadpostgresql-fb4c1c285fbb40760b2b44f874c29ff4a2faca6f.tar.gz
postgresql-fb4c1c285fbb40760b2b44f874c29ff4a2faca6f.zip
Added:
< * Inline simple SQL functions to avoid overhead (Tom) > * Inline simple SQL functions to avoid overhead (Neil Conway)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 1af460857bc..2dbcba78a6c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Feb 21 23:19:21 EST 2002
+Last updated: Fri Feb 22 00:21:53 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -420,7 +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)
+* Inline simple SQL functions to avoid overhead (Neil Conway)
MISCELLANEOUS