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

From Robert Haas
Subject pgsql: Teach vacuumlo to limit number of removals, via new -l option.
Date
Msg-id E1QqPkS-0002mQ-B1@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.
Next
From: Robert Haas
Date:
Subject: pgsql: Teach psql to display the comments on conversions and domains.