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

Commit 4633ee2

Browse files
committed
Modify:
> * Inline simple SQL functions to avoid overhead (Tom) > * Precompile SQL functions to avoid overhead (Neil Conway)
1 parent fb4c1c2 commit 4633ee2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Feb 22 00:21:53 EST 2002
3+
Last updated: Fri Feb 22 00:41:52 EST 2002
44

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

@@ -420,7 +420,8 @@ 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 (Neil Conway)
423+
* Inline simple SQL functions to avoid overhead (Tom)
424+
* Precompile SQL functions to avoid overhead (Neil Conway)
424425

425426

426427
MISCELLANEOUS

0 commit comments

Comments
 (0)