Remove incorrect warning from pg_archivecleanup document. 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. Branch ------ REL9_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/0471894a6f01007752abd37ca493ed371a720bdd Modified Files -------------- doc/src/sgml/pgarchivecleanup.sgml | 5 ----- 1 file changed, 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
