Skip to content

Commit bac714b

Browse files
committed
Update for Oleg:
> using a sequential scan for highest/lowest values (Oleg)
1 parent f1b7e84 commit bac714b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Apr 17 23:58:08 EDT 2002
3+
Last updated: Thu Apr 18 00:04:58 EDT 2002
44

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

@@ -435,7 +435,7 @@ OPTIMIZER / EXECUTOR
435435
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
436436
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
437437
* Allow ORDER BY ... LIMIT to select top values without sort or index
438-
using a sequential scan for highest/lowest values
438+
using a sequential scan for highest/lowest values (Oleg)
439439
* Inline simple SQL functions to avoid overhead (Tom)
440440
* Precompile SQL functions to avoid overhead (Neil Conway)
441441
* Add utility to compute accurate random_page_cost value

0 commit comments

Comments
 (0)