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

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix memory management for new variables -- they must actually
Date
Msg-id 20071025191337.D1FB1754229@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix ALTER SEQUENCE so that it does not affect the value of
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the