From: Bruce Momjian Date: Thu, 15 Jun 2006 17:17:41 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_2_BETA1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe8c1165d9c35d01274eb4868994dc511072aa55;p=postgresql Add: > > o Fix memory leak from exceptions > > http://archives.postgresql.org/pgsql-performance/2006-06/msg00305.php --- diff --git a/doc/TODO b/doc/TODO index 0935a20cd1..eae057d651 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Jun 15 12:53:32 EDT 2006 +Last updated: Thu Jun 15 13:17:27 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -689,6 +689,10 @@ SQL Commands http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php + o Fix memory leak from exceptions + + http://archives.postgresql.org/pgsql-performance/2006-06/msg00305.php + o Other o Add table function support to pltcl, plpython diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 268c673af6..78ccbe0e26 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Jun 15 12:53:32 EDT 2006 +Last updated: Thu Jun 15 13:17:27 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -623,6 +623,9 @@ first.

  • Add support for WITH HOLD cursors
  • Allow PL/RETURN to return row or record functions

    http://archives.postgresql.org/pgsql-patches/2005-11/msg00045.php +

    +
  • Fix memory leak from exceptions +

    http://archives.postgresql.org/pgsql-performance/2006-06/msg00305.php

  • Other