Teach vacuumlo to limit number of removals, via new -l option.

Robert Haas <rhaas@postgresql.org>

Commit: b69f2e36402aaa222ed03c1769b3de6d5be5f302
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-08-08T13:16:45Z
Releases: 9.2.0
Teach vacuumlo to limit number of removals, via new -l option.

Also, handle failure better: don't just blindly keep trying to delete
stuff after the transaction has already failed.

Tim Lewis, reviewed by Josh Kupershmidt, with further hacking by me.

Files

PathChange+/−
contrib/vacuumlo/vacuumlo.c modified +37 −6
doc/src/sgml/vacuumlo.sgml modified +10 −0