summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2010-06-14 16:17:56 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2010-06-14 16:17:56 +0000
commit25fee5cfbdcbc8cbc2d1a31f6546d9fc4663c203 (patch)
treeb2f4e3c541dea6a23213f37507c807b6fc044ddd
parent72e1d3d6e4e2cb859d771ae8617ea37d46db7d56 (diff)
New contrib module for use as an archive_cleanup_command, or as a
standalone utility for removing files from archive.
-rw-r--r--contrib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 56fa26cea29..a1b7d913f50 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -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 \