Teach vacuumlo to limit number of removals, via new -l option.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| contrib/vacuumlo/vacuumlo.c | modified | +37 −6 |
| doc/src/sgml/vacuumlo.sgml | modified | +10 −0 |