Re: [COMMITTERS] pgsql: Allow VACUUM to complete faster by avoiding - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: Allow VACUUM to complete faster by avoiding
Date
Msg-id 200602111715.k1BHFPm27632@candle.pha.pa.us
Whole thread Raw
List pgsql-patches
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Allow VACUUM to complete faster by avoiding scanning the indexes when no
> > rows were removed from the heap by the VACUUM.
>
> I didn't see that go by, and request it be reverted.  This has
> consequences that I do not think Simon understands.

Patch reverted.  I am keeping the patch in the queue, just in case it is
later determined to be acceptable.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Skipping VACUUM of indexes when no work required
Next
From: Tom Lane
Date:
Subject: Re: Skipping VACUUM of indexes when no work required