pgsql: Remove incorrect warning from pg_archivecleanup document.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove incorrect warning from pg_archivecleanup document.
Date: 2015-07-06 12:00:33
Message-ID: E1ZC54b-0001O2-3z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/68f9e67ef20bccfcb1c5fa009381d81aaeb69ec6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-06 13:14:08 pgsql: Don't set SO_SNDBUF on recent Windows versions that have a bigge
Previous Message Tom Lane 2015-07-05 23:37:18 pgsql: Make a editorial pass over pgbench's error messages.