pgsql/src/backend/commands Tag: REL7_2_STABLE ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands Tag: REL7_2_STABLE ...
Date: 2002-04-02 05:12:02
Message-ID: 20020402051202.EEE804758A7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2002-04-02 05:20:51 Re: pgsql/src/backend/commands Tag: REL7_2_STABLE ...
Previous Message Tom Lane 2002-04-02 05:11:57 pgsql/src/backend/commands vacuum.c