aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-09-30 19:01:44 +0000
committerBruce Momjian <bruce@momjian.us>2001-09-30 19:01:44 +0000
commita2727d298d6c3cc4de6bf7eed60ffb19e2b1a8cc (patch)
tree0aad03131b5f816cec326fc926ff8b448b5dbcd3
parente0be609e05ebab4a65cec80592e18b138d9ced13 (diff)
downloadpostgresql-a2727d298d6c3cc4de6bf7eed60ffb19e2b1a8cc.tar.gz
postgresql-a2727d298d6c3cc4de6bf7eed60ffb19e2b1a8cc.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 b6bc369ab81..62185b04eff 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Sep 30 15:01:01 EDT 2001
+Last updated: Sun Sep 30 15:01:35 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -308,7 +308,7 @@ MISCELLANEOUS
* Allow Subplans to use efficient joins(hash, merge) with upper variable
* Improve dynamic memory allocation by introducing tuple-context memory
allocation (Tom)
-* -Allow GUC configuration of maximum number of open files
+* -Allow GUC configuration of maximum number of open files (Tom)
* -Improve statistics storage in pg_class [performance] (Tom)
* Add connection pooling [pool]
* Allow persistent backends [persistent]