pgsql: Fix memory management for new variables -- they must actually

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix memory management for new variables -- they must actually
Date: 2007-10-25 19:13:37
Message-ID: 20071025191337.D1FB1754229@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix memory management for new variables -- they must actually survive
transaction end, in case we decide to do a vacuum analyze (which is done in two
xacts).

Modified Files:
--------------
pgsql/src/backend/postmaster:
autovacuum.c (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.64&r2=1.65)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-25 19:15:01 pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the
Previous Message Tom Lane 2007-10-25 18:54:04 pgsql: Fix ALTER SEQUENCE so that it does not affect the value of