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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach vacuumlo to limit number of removals, via new -l option.
Date: 2011-08-08 13:20:04
Message-ID: E1QqPkS-0002mQ-B1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-08-08 16:26:28 pgsql: Teach psql to display the comments on conversions and domains.
Previous Message Andrew Dunstan 2011-08-08 12:58:07 pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.