Skip to content
Snippets Groups Projects
  • Fujii Masao's avatar
    e27d1f3c
    Remove incorrect warning from pg_archivecleanup document. · e27d1f3c
    Fujii Masao authored
    The .backup file name can be passed to pg_archivecleanup even if
    it includes the extension which is specified in -x option.
    However, previously the document incorrectly warned a user
    not to do that.
    
    Back-patch to 9.2 where pg_archivecleanup's -x option and
    the warning were added.
    e27d1f3c
    History
    Remove incorrect warning from pg_archivecleanup document.
    Fujii Masao authored
    The .backup file name can be passed to pg_archivecleanup even if
    it includes the extension which is specified in -x option.
    However, previously the document incorrectly warned a user
    not to do that.
    
    Back-patch to 9.2 where pg_archivecleanup's -x option and
    the warning were added.