diff options
author | Bruce Momjian | 2002-03-06 03:37:16 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-03-06 03:37:16 +0000 |
commit | 22ebad9e39e268c9d4c6c2e422af727058830089 (patch) | |
tree | 1578de5bd298fe0c6f8fbe0f5e8c02a0478436d3 | |
parent | 39c58b906579316d496963f1261c7fbc0d619b1d (diff) |
Add name:
> * Improve concurrency of hash indexes (Neil Conway)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Mar 4 22:31:55 EST 2002 +Last updated: Tue Mar 5 22:14:41 EST 2002 Current maintainer: Bruce Momjian ([email protected]) @@ -158,7 +158,7 @@ INDEXES float4, numeric/decimal too [optimizer] * Improve concurrency in GIST * Add FILLFACTOR to index creation -* Improve concurrency of hash indexes +* Improve concurrency of hash indexes (Neil Conway) * Test hash index performance and recommend or discourage usage |