aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-07 03:58:13 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-07 03:58:13 +0000
commita2b57e3fe9bd659044bdaf2450fd739129be6557 (patch)
tree7d6f6795e0bfa344a2e1122b0881d3b3d03a1690
parent8759f175db03a523bf43754206f10690ec92bf14 (diff)
downloadpostgresql-a2b57e3fe9bd659044bdaf2450fd739129be6557.tar.gz
postgresql-a2b57e3fe9bd659044bdaf2450fd739129be6557.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 999069597d7..fa227ea726c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Aug 18 11:10:25 EDT 1999
+Last updated: Mon Sep 6 23:55:43 EDT 1999
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -230,7 +230,7 @@ MISC
* Update pg_statistic table to remove operator column
* Allow char() not to use variable-sized header to reduce disk size
* Do async I/O to do better read-ahead of data
-* Fix memory exhaustion when using many OR's
+* -Fix memory exhaustion when using many OR's
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
when it is available
* Use mmap() rather than SYSV shared memory(?)