pgsql: Remove incorrect warning from pg_archivecleanup document. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove incorrect warning from pg_archivecleanup document.
Date
Msg-id E1ZC54b-0001Nw-4N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/906e9249494bda975914b78fdd743609e1f83016

Modified Files
--------------
doc/src/sgml/ref/pgarchivecleanup.sgml |    5 -----
1 file changed, 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make a editorial pass over pgbench's error messages.
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove incorrect warning from pg_archivecleanup document.