pgsql/src/pl/plpgsql/src pl_exec.c plpgsql.h

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src pl_exec.c plpgsql.h
Date: 2001-08-02 21:31:23
Message-ID: 200108022131.f72LVN916062@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/08/02 17:31:23

Modified files:
src/pl/plpgsql/src: pl_exec.c plpgsql.h

Log message:
Clean up various memory leaks within plpgsql, and re-enable the
exec_eval_simple_expr shortcut, which was diked out in 7.1 because it
leaked too much space. CVS tip now leaks no memory in Chris Ruprecht's
example, which formerly leaked to the tune of 500 MB. (Much of this
is work that Jan already did; this commit just cleans up around the
edges.)

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2001-08-03 16:18:12 [WEBMASTER] 'www/html interfaces.html'
Previous Message Tom Lane 2001-08-02 18:08:43 pgsql/ oc/src/sgml/spi.sgml rc/backend/executo ...