pgsql/src/backend/commands vacuum.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands vacuum.c
Date: 2001-06-29 20:14:28
Message-ID: 200106292014.f5TKESv76547@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/29 16:14:28

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

Log message:
Fix VACUUM so that it can use pages as move targets even if they do not
have any newly-dead tuples on them. This is a longstanding deficiency
that prevents VACUUM from compacting a file as much as one would expect.
Change requires fixing repair_frag to not assume that fraged_pages is
a subset of vacuum_pages.
Also make some further cleanups of places that assumed page numbers fit
in int and tuple counts fit in uint32.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-29 21:08:25 pgsql/src backend/access/heap/heapam.c backend ...
Previous Message Bruce Momjian - CVS 2001-06-29 20:10:13 pgsql/doc/TODO.detail replication