pgsql: Done: > o -Change PL/PgSQL to use palloc() instead of malloc()

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: > o -Change PL/PgSQL to use palloc() instead of malloc()
Date: 2005-02-24 14:14:41
Message-ID: 20050224141441.76D685539E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

> o -Change PL/PgSQL to use palloc() instead of malloc()

Modified Files:
--------------
pgsql/doc:
TODO (r1.1452 -> r1.1453)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1452&r2=1.1453)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tfavier 2005-02-24 21:30:24 pqa - pqa: Add a crude SQL error report This patch introduces a new
Previous Message Tom Lane 2005-02-24 02:12:15 pgsql: We aren't supposed to try to run test programs until after we've