pgsql/src/backend/commands Tag: REL7_2_STABLE ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/backend/commands Tag: REL7_2_STABLE ...
Date
Msg-id 20020402051202.EEE804758A7@postgresql.org
Whole thread Raw
Responses Re: pgsql/src/backend/commands Tag: REL7_2_STABLE ...
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/04/02 00:12:01

Modified files:
    src/backend/commands: Tag: REL7_2_STABLE 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/contrib/dbsize dbsize.c dbsize.sql.in
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/commands vacuum.c