diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-02-24 14:14:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-02-24 14:14:41 +0000 |
commit | 0ae430a20710832014252b445da5bba6df4c1b29 (patch) | |
tree | 9b126e04aa21c33719ad8fae600771d4bd5cd64a | |
parent | 13227910e4c4230eab40f84e5955e1c3fd2dd199 (diff) | |
download | postgresql-0ae430a20710832014252b445da5bba6df4c1b29.tar.gz postgresql-0ae430a20710832014252b445da5bba6df4c1b29.zip |
Done:
> o -Change PL/PgSQL to use palloc() instead of malloc()
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Feb 21 23:07:19 EST 2005 +Last updated: Thu Feb 24 09:14:47 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -492,7 +492,7 @@ Commands Currently only constants are supported. - o Change PL/PgSQL to use palloc() instead of malloc() + o -Change PL/PgSQL to use palloc() instead of malloc() o Handle references to temporary tables that are created, destroyed, then recreated during a session, and EXECUTE is not used |