Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 25fee5c

Browse files
New contrib module for use as an archive_cleanup_command, or as a
standalone utility for removing files from archive.
1 parent 72e1d3d commit 25fee5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.92 2010/05/13 01:03:00 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.93 2010/06/14 16:17:56 sriggs Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -26,6 +26,7 @@ SUBDIRS = \
2626
oid2name \
2727
pageinspect \
2828
passwordcheck \
29+
pg_archivecleanup \
2930
pg_buffercache \
3031
pg_freespacemap \
3132
pg_standby \

0 commit comments

Comments
 (0)