• Alvaro Herrera's avatar
    Implement dry-run mode for pg_archivecleanup · b2e431a4
    Alvaro Herrera authored
    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
    b2e431a4
pg_archivecleanup.c 9.1 KB