From: Bruce Momjian Date: Sun, 30 Sep 2001 19:01:18 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0be609e05ebab4a65cec80592e18b138d9ced13;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 40f783bac1..b6bc369ab8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Sep 29 20:49:54 EDT 2001 +Last updated: Sun Sep 30 15:01:01 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 * -Improve statistics storage in pg_class [performance] (Tom) * Add connection pooling [pool] * Allow persistent backends [persistent]