pgsql: Prevent intratransaction memory leak when a subtransaction is - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Prevent intratransaction memory leak when a subtransaction is
Date
Msg-id [email protected]
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Suppress timezone (%Z) part of timestamp display when running on
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: HA doc wording improvement.