Allow VACUUM to complete faster by avoiding scanning the indexes when no

Bruce Momjian <bruce@momjian.us>

Commit: bf324946b32736da1b128b1e742515879b42a4e8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-02-11T16:59:09Z
Releases: 8.2.0
Allow VACUUM to complete faster by avoiding scanning the indexes when no
rows were removed from the heap by the VACUUM.

Simon Riggs

Files