Implement dry-run mode for pg_archivecleanup
Alvaro Herrera <alvherre@alvh.no-ip.org>
Implement dry-run mode for pg_archivecleanup In dry-run mode, just the name of the file to be removed is printed to stdout; this is so the user can easily plug it into another program through a pipe. If debug mode is also specified, a more verbose message is printed to stderr. Author: Gabriele Bartolini Reviewer: Josh Kupershmidt
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_archivecleanup/pg_archivecleanup.c | modified | +22 −1 |
| doc/src/sgml/pgarchivecleanup.sgml | modified | +9 −0 |