diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-29 03:22:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-29 03:22:43 +0000 |
commit | 8e9accca45fc874f1b20c8b7005b20e43214801b (patch) | |
tree | f16a4879f77a3ebd2dbf19004182dc3d98cad68b | |
parent | 79ec81003142f2ee080d267ab9f35cc488712f8b (diff) | |
download | postgresql-8e9accca45fc874f1b20c8b7005b20e43214801b.tar.gz postgresql-8e9accca45fc874f1b20c8b7005b20e43214801b.zip |
Reword:
< * Improve concurrency in GIST
> * Add concurrency to GIST
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Oct 28 21:50:03 EST 2002 +Last updated: Mon Oct 28 22:22:27 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -170,7 +170,7 @@ Indexes * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8, float4, numeric/decimal too [optimizer] * Add FILLFACTOR to btree index creation -* Improve concurrency in GIST +* Add concurrency to GIST * Improve concurrency of hash indexes (Neil) * -Test hash index performance and discourage usage |