Commit 0ae430a2 authored by Bruce Momjian's avatar Bruce Momjian

Done:

> 	o -Change PL/PgSQL to use palloc() instead of malloc()
parent 13227910
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -492,7 +492,7 @@ Commands ...@@ -492,7 +492,7 @@ Commands
Currently only constants are supported. 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, o Handle references to temporary tables that are created, destroyed,
then recreated during a session, and EXECUTE is not used then recreated during a session, and EXECUTE is not used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment