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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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.