New contrib module for use as an archive_cleanup_command, or as a
authorSimon Riggs
Mon, 14 Jun 2010 16:17:56 +0000 (16:17 +0000)
committerSimon Riggs
Mon, 14 Jun 2010 16:17:56 +0000 (16:17 +0000)
standalone utility for removing files from archive.

contrib/Makefile

index 56fa26cea299d271a1dc23393ec9571d0ad88b35..a1b7d913f505f66a5790030acc5a0f040dd67771 100644 (file)
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.92 2010/05/13 01:03:00 momjian Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.93 2010/06/14 16:17:56 sriggs Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -26,6 +26,7 @@ SUBDIRS = \
        oid2name    \
        pageinspect \
        passwordcheck   \
+       pg_archivecleanup \
        pg_buffercache  \
        pg_freespacemap \
        pg_standby  \