pgsql: Move pg_archivecleanup from contrib/ to src/bin/

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move pg_archivecleanup from contrib/ to src/bin/
Date: 2015-04-12 03:34:54
Message-ID: E1Yh8fe-0005Hj-3p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move pg_archivecleanup from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83aca89f7c3f913d960e2ea2d4d93b7d8e7a691d

Modified Files
--------------
contrib/Makefile | 1 -
contrib/pg_archivecleanup/.gitignore | 1 -
contrib/pg_archivecleanup/Makefile | 18 --
contrib/pg_archivecleanup/pg_archivecleanup.c | 374 -------------------------
doc/src/sgml/contrib.sgml | 1 -
doc/src/sgml/filelist.sgml | 1 -
doc/src/sgml/pgarchivecleanup.sgml | 211 --------------
doc/src/sgml/ref/allfiles.sgml | 1 +
doc/src/sgml/ref/pgarchivecleanup.sgml | 203 ++++++++++++++
doc/src/sgml/reference.sgml | 1 +
src/bin/Makefile | 1 +
src/bin/pg_archivecleanup/.gitignore | 1 +
src/bin/pg_archivecleanup/Makefile | 27 ++
src/bin/pg_archivecleanup/pg_archivecleanup.c | 374 +++++++++++++++++++++++++
src/tools/msvc/Mkvcbuild.pm | 11 +-
15 files changed, 615 insertions(+), 611 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-04-12 06:03:37 Re: pgsql: Mark the second argument of pg_log as the translatable string in
Previous Message Alvaro Herrera 2015-04-12 01:17:15 Re: pgsql: Mark the second argument of pg_log as the translatable string in