pgsql: Prevent intratransaction memory leak when a subtransaction is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent intratransaction memory leak when a subtransaction is
Date: 2006-11-21 22:35:29
Message-ID: 20061121223529.484379FB27E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prevent intratransaction memory leak when a subtransaction is aborted
in the middle of executing a SPI query. This doesn't entirely fix the
problem of memory leakage in plpgsql exception handling, but it should
get rid of the lion's share of leakage.

Modified Files:
--------------
pgsql/src/backend/executor:
spi.c (r1.164 -> r1.165)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.164&r2=1.165)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-11-21 22:48:33 pgsql: HA doc wording improvement.
Previous Message Tom Lane 2006-11-21 22:19:46 pgsql: Suppress timezone (%Z) part of timestamp display when running on