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

Commit 80f6c35

Browse files
committed
Remove contrib version of pg_autovacuum --- superseded by integrated
version.
1 parent 5d5f1a7 commit 80f6c35

File tree

7 files changed

+2
-2303
lines changed

7 files changed

+2
-2303
lines changed

contrib/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.59 2005/07/29 15:13:10 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.60 2005/07/29 19:38:21 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -20,7 +20,6 @@ WANTED_DIRS = \
2020
lo \
2121
ltree \
2222
oid2name \
23-
pg_autovacuum \
2423
pg_buffercache \
2524
pg_trgm \
2625
pgbench \

contrib/README

+1-5
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ oracle -
102102
Converts Oracle database schema to PostgreSQL
103103
by Gilles Darold <gilles@darold.net>
104104

105-
pg_autovacuum -
106-
Automatically performs vacuum
107-
by Matthew T. O'Connor <matthew@zeut.net>
108-
109105
pg_buffercache -
110106
Real time queries on the shared buffer cache
111107
by Mark Kirkwood <markir@paradise.net.nz>
@@ -142,7 +138,7 @@ tablefunc -
142138
Examples of functions returning tables
143139
by Joe Conway <mail@joeconway.com>
144140

145-
tips/apache_logging -
141+
tips -
146142
Getting Apache to log to PostgreSQL
147143
by Terry Mackintosh <terry@terrym.com>
148144

contrib/pg_autovacuum/Makefile

-22
This file was deleted.

contrib/pg_autovacuum/README.pg_autovacuum

-246
This file was deleted.

contrib/pg_autovacuum/TODO

-45
This file was deleted.

0 commit comments

Comments
 (0)