pgsql: Fix inappropriately-timed memory context switch in

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix inappropriately-timed memory context switch in
Дата
Msg-id 20080314234928.3AFE37558DB@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.
This accidentally failed to fail before 8.3, because the context we were
switching back to was long-lived anyway; but it sure looks risky as can be
now.  Well spotted by Pavan Deolasee.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.73 -> r1.74)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.73&r2=1.74)

В списке pgsql-committers по дате отправления:

Предыдущее
От: talliesin@pgfoundry.org (User Talliesin)
Дата:
Сообщение: npgsql - Npgsql2:
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix inappropriately-timed memory context switch in