From 68f9e67ef20bccfcb1c5fa009381d81aaeb69ec6 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 6 Jul 2015 20:58:58 +0900 Subject: [PATCH] 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. --- doc/src/sgml/pgarchivecleanup.sgml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/src/sgml/pgarchivecleanup.sgml b/doc/src/sgml/pgarchivecleanup.sgml index 932914bc2f8..5e19ffb5eaa 100644 --- a/doc/src/sgml/pgarchivecleanup.sgml +++ b/doc/src/sgml/pgarchivecleanup.sgml @@ -128,11 +128,6 @@ pg_archivecleanup: removing file "archive/00000001000000370000000E" .gz. - - Note that the - .backup file name passed to the program should not - include the extension. -