Обсуждение: pgsql: Teach vacuumlo to limit number of removals, via new -l option.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b69f2e36402aaa222ed03c1769b3de6d5be5f302

Modified Files
--------------
contrib/vacuumlo/vacuumlo.c |   43 +++++++++++++++++++++++++++++++++++++------
doc/src/sgml/vacuumlo.sgml  |   10 ++++++++++
2 files changed, 47 insertions(+), 6 deletions(-)