]> granicus.if.org Git - postgresql/commit
Move pg_archivecleanup from contrib/ to src/bin/
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Mar 2015 02:33:23 +0000 (22:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 12 Apr 2015 03:29:18 +0000 (23:29 -0400)
commit83aca89f7c3f913d960e2ea2d4d93b7d8e7a691d
treeed5acc5bd8a2a1e3f00e2da4026fb91b959f3d6d
parent27846f02c176eebe7e08ce51ed4d52140454e196
Move pg_archivecleanup from contrib/ to src/bin/

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
12 files changed:
contrib/Makefile
contrib/pg_archivecleanup/Makefile [deleted file]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pgarchivecleanup.sgml [moved from doc/src/sgml/pgarchivecleanup.sgml with 97% similarity]
doc/src/sgml/reference.sgml
src/bin/Makefile
src/bin/pg_archivecleanup/.gitignore [moved from contrib/pg_archivecleanup/.gitignore with 100% similarity]
src/bin/pg_archivecleanup/Makefile [new file with mode: 0644]
src/bin/pg_archivecleanup/pg_archivecleanup.c [moved from contrib/pg_archivecleanup/pg_archivecleanup.c with 99% similarity]
src/tools/msvc/Mkvcbuild.pm