Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6705470

Browse files
committed
Add:
> * Inline simple SQL functions to avoid overhead (Tom)
1 parent 391e1f7 commit 6705470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Feb 21 22:05:06 EST 2002
3+
Last updated: Thu Feb 21 23:19:21 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -420,6 +420,7 @@ OPTIMIZER / EXECUTOR
420420
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
421421
* Allow ORDER BY ... LIMIT to select top values without sort or index
422422
using a sequential scan for highest/lowest values
423+
* Inline simple SQL functions to avoid overhead (Tom)
423424

424425

425426
MISCELLANEOUS

0 commit comments

Comments
 (0)