]> granicus.if.org Git - postgresql/commitdiff
Added:
authorBruce Momjian <bruce@momjian.us>
Fri, 22 Feb 2002 05:22:50 +0000 (05:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 22 Feb 2002 05:22:50 +0000 (05:22 +0000)
< * Inline simple SQL functions to avoid overhead (Tom)
> * Inline simple SQL functions to avoid overhead (Neil Conway)

doc/TODO

index 1af460857bcd945db361fc5c60c1b7e510771162..2dbcba78a6c4b890145609fc9d7de73353d15f4e 100644 (file)
--- 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