aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-08-13 16:56:04 +0000
committerBruce Momjian <bruce@momjian.us>1999-08-13 16:56:04 +0000
commit448d1ab0adb467b69f49cac2c7625383b0e06b98 (patch)
treeb7c2ab05120e291167a5e4cf0b9e422ceb816e95
parent47f18ec702cf4c369a7e082e411ed43514911841 (diff)
downloadpostgresql-448d1ab0adb467b69f49cac2c7625383b0e06b98.tar.gz
postgresql-448d1ab0adb467b69f49cac2c7625383b0e06b98.zip
Update TODO list.
-rw-r--r--doc/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 03da89ca1fc..abde9884696 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -213,6 +213,7 @@ INDEXES
* fix indexscan() so it does leak memory by not requiring caller to free
* Improve _bt_binsrch() to handle equal keys better, remove _bt_firsteq()(Tom)
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index
+* Allow optimizer to prefer plans that match ORDER BY
CACHE