OSDN Git Service

Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Sun, 30 Sep 2001 19:01:44 +0000 (19:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 30 Sep 2001 19:01:44 +0000 (19:01 +0000)
doc/TODO

index b6bc369..62185b0 100644 (file)
--- 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]