pgsql/src/backend/commands vacuum.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/backend/commands vacuum.c
Дата
Msg-id 20020402051157.2AD2C475858@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/04/02 00:11:57

Modified files:
    src/backend/commands: vacuum.c

Log message:
    Fix CLOG truncation code to not do the Wrong Thing when there are already
    wrapped-around databases.  The unvacuumed databases might be fine, or
    they might not, but things will definitely not be fine if we remove the
    wrong CLOG segments.  Per trouble report from Gary Wolfe, 1-Apr-2002.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/commands Tag: REL7_2_STABLE ...
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: pgsql/src/backend/commands Tag: REL7_2_STABLE ...