summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-12-28 19:35:52 +0000
committerBruce Momjian2001-12-28 19:35:52 +0000
commit3ab5ac86e8cb7b0b6355815aff39b108f78fbc7d (patch)
tree7769b769aa0c52b0c6f7942aa892a9ce05199e03
parent9d6d4dfeeb7c4d676613dc120e99da24ab8cc9cb (diff)
Add
> * Add WAL index reliability improvement to non-btree indexes
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index fa951997f6b..e97e0dfd87e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Dec 28 13:30:58 EST 2001
+Last updated: Fri Dec 28 14:35:26 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -330,6 +330,7 @@ MISCELLANEOUS
* Show location of syntax error in query [yacc]
* Change representation of whole-tuple parameters to functions
* Add optional CRC checksum to heap and index pages
+* Add WAL index reliability improvement to non-btree indexes
PERFORMANCE
-----------