Re: Dry-run mode for pg_archivecleanup - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Dry-run mode for pg_archivecleanup
Date
Msg-id 1328025310-sup-7613@alvh.no-ip.org
Whole thread Raw
In response to Re: Dry-run mode for pg_archivecleanup  (Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>)
List pgsql-hackers
Excerpts from Gabriele Bartolini's message of mar ene 31 12:31:58 -0300 2012:
> Hi Alvaro,
>
> Il 27/01/12 23:55, Alvaro Herrera ha scritto:
> > If you do that, please make sure you use two complete separate strings
> > instead of building one from spare parts. This bit is missing the _()
> > stuff though.
> Currently pg_archivecleanup does not comply with localisation standards.
> I can put this in the todo list however. Let me know what you think.

Sorry, for some reason I thought this was pg_basebackup.  Programs in
contrib don't have localisation support, so it doesn't matter much.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Gabriele Bartolini
Date:
Subject: Re: [PATCH] Support for foreign keys with arrays
Next
From: Robert Haas
Date:
Subject: Re: foreign key locks, 2nd attempt