From: Bruce Momjian Date: Thu, 13 Jan 2000 03:36:42 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_0~865 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af53b624f0515f9e7674cdc650c3b197139cd9b5;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 4ce9ae4d4e..07818d25f3 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jan 12 22:02:56 EST 2000 +Last updated: Wed Jan 12 22:32:53 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -231,7 +231,6 @@ FSYNC INDEXES * Use indexes in ORDER BY for min(), max() -* Pull requested data directly from indexes, bypassing heap data * Use index to restrict rows returned by multi-key index when used with non-consecutive keys or OR clauses, so fewer heap accesses * -Convert function(constant) into a constant for index use(Bernard Frankpitt)