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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Fix memory management for new variables -- they must actually
Дата
Msg-id 20071025191337.D1FB1754229@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix ALTER SEQUENCE so that it does not affect the value of
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Ugly patch to make ALTER SEQUENCE OWNED BY not affect the