Re: Allow pg_archivecleanup to remove backup history files - Mailing list pgsql-hackers

From torikoshia
Subject Re: Allow pg_archivecleanup to remove backup history files
Date
Msg-id 34b661c3b6ec651bd13472b47ddb5913@oss.nttdata.com
Whole thread Raw
In response to Re: Allow pg_archivecleanup to remove backup history files  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Allow pg_archivecleanup to remove backup history files
List pgsql-hackers
On 2023-06-12 16:33, Michael Paquier wrote:
> On Fri, Jun 09, 2023 at 12:32:15AM +0900, Fujii Masao wrote:
Thanks for reviewing!

>>      printf(_("  -n, --dry-run               dry run, show the names of 
>> the files that would be removed\n"));
>> +    printf(_("  -b, --clean-backup-history  clean up files including 
>> backup history files\n"));
>> 
>> Shouldn't -b option be placed in alphabetical order?
> 
> +1.

Modified the place.

-- 
Regards,

--
Atsushi Torikoshi
NTT DATA CORPORATION
Attachment

pgsql-hackers by date:

Previous
From: torikoshia
Date:
Subject: Re: RFC: Logging plan of the running query
Next
From: "Tristan Partin"
Date:
Subject: Re: Use COPY for populating all pgbench tables