pgsql-server/src/backend/commands vacuum.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/commands vacuum.c
Date: 2002-10-31 19:25:30
Message-ID: 20021031192530.325B7476060@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-10-31 21:34:17 pgsql-server/src backend/storage/lmgr/README b ...
Previous Message Tom Lane 2002-10-31 19:11:48 pgsql-server/ ontrib/dbase/dbf2pg.c rc/backend ...