pgsql-server/src/backend/commands vacuum.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands vacuum.c
Date
Msg-id 20021031192530.325B7476060@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/10/31 14:25:30

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

Log message:
    Fix miscalculation of remaining free space during tuple chain moving.
    Only affects machines where MAXALIGN > 4, and is a boundary-condition
    case even there, but still surprising that it's not been identified
    before.  Also reduce tuple chain move give-up messages from WARNING
    to DEBUG1, since they are not unexpected conditions.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ ontrib/dbase/dbf2pg.c rc/backend ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/storage/lmgr/README b ...