mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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.