diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-21 20:13:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-21 20:13:08 +0000 |
commit | cc8839a10b42462ba32e3261a97e9cf81a8d1e67 (patch) | |
tree | 0c5fbaccf49b5ce4f765369f1bcf1405a6304393 | |
parent | 41400d66aafa1ba14f7fa987033706423d982b49 (diff) | |
download | postgresql-cc8839a10b42462ba32e3261a97e9cf81a8d1e67.tar.gz postgresql-cc8839a10b42462ba32e3261a97e9cf81a8d1e67.zip |
Done:
> * -Test hash index performance and discourage usage
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jun 20 12:54:59 EDT 2002 +Last updated: Fri Jun 21 16:12:54 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -165,7 +165,7 @@ Indexes * Add FILLFACTOR to btree index creation * Improve concurrency in GIST * Improve concurrency of hash indexes (Neil Conway) -* Test hash index performance and recommend or discourage usage +* -Test hash index performance and discourage usage Commands ======== |