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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Teach vacuumlo to limit number of removals, via new -l option.
Дата
Msg-id E1QqPkS-0002mQ-B1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach psql to display the comments on conversions and domains.