Re: Dry-run mode for pg_archivecleanup

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Gabriele Bartolini <gabriele(dot)bartolini(at)2ndquadrant(dot)it>
Cc: PgHacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Dry-run mode for pg_archivecleanup
Date: 2011-12-11 15:24:06
Message-ID: CABUevEypjEeaRy-1MZUkwWuPjhds+=pVjtuEsE-bee4g8NGO7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 11, 2011 at 15:52, Gabriele Bartolini
<gabriele(dot)bartolini(at)2ndquadrant(dot)it> wrote:
> Hi guys,
>
>  I have added the '-n' option to pg_archivecleanup which performs a dry-run
> and outputs the names of the files to be removed to stdout (making possible
> to pass the list via pipe to another process).
>
>  Please find attached the small patch. I submit it to the CommitFest.

Sounds like a useful feature. But you added it to the wrong commitfest
;) I've moved it to the proper one (2012-01).

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yeb Havinga 2011-12-11 15:26:33 Re: [REVIEW] Patch for cursor calling with named parameters
Previous Message Gabriele Bartolini 2011-12-11 14:52:03 Dry-run mode for pg_archivecleanup