Re: Skipping VACUUM of indexes when no work required - Mailing list pgsql-patches

From Tom Lane
Subject Re: Skipping VACUUM of indexes when no work required
Date
Msg-id 29381.1139701011@sss.pgh.pa.us
Whole thread Raw
In response to Re: Skipping VACUUM of indexes when no work required  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
Here's the patch as-applied.  Note one major difference from your
original: the logic about whether an indexscan can be skipped is now
entirely local to the index AMs, rather than allowing VACUUM to make
assumptions that may not be warranted for particular AMs.  For the
same reason, the AM is still responsible for providing the tuple
count statistic.

            regards, tom lane



Attachment

pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Spaces in psql output (Was: FW: PGBuildfarm member snake Branch HEAD Status changed)