pgsql: Fix serious performance bug in new implementation of VACUUM FULL:

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix serious performance bug in new implementation of VACUUM FULL:
Date: 2010-02-08 16:50:21
Message-ID: 20100208165021.5987E7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix serious performance bug in new implementation of VACUUM FULL:
cluster_rel necessarily builds an all-new toast table, so it's useless to
then go and VACUUM FULL the toast table.

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.405 -> r1.406)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c?r1=1.405&r2=1.406)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-08 17:14:08 Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Previous Message Bruce Momjian 2010-02-08 16:46:19 Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0