pgsql: Allow pg_archivecleanup to strip optional file extensions.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_archivecleanup to strip optional file extensions.
Date: 2012-04-05 18:19:48
Message-ID: E1SFrHg-0000q1-9c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow pg_archivecleanup to strip optional file extensions.

Greg Smith and Jaime Casanova, reviewed by Alex Shulgin and myself.
e

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bbc02243fcf2fbf51b6bacf05a73fa042d3d84a4

Modified Files
--------------
contrib/pg_archivecleanup/pg_archivecleanup.c | 39 ++++++++++++++++++++++--
doc/src/sgml/pgarchivecleanup.sgml | 15 +++++++++
2 files changed, 50 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-05 19:28:48 pgsql: NLS: Use msgmerge/xgettext --no-wrap and --sort-by-file
Previous Message Robert Haas 2012-04-05 18:04:51 pgsql: Publish checkpoint timing information to pg_stat_bgwriter.