diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
| commit | d20763dbee7cdf8a700bf6bdd120b3913a3b99f4 (patch) | |
| tree | 5cb9ed9ba10cdbac226fd6b96ac02a2cc5a543a8 /contrib/Makefile | |
| parent | 4cc7a93d220644ae068ce2639b961db6764a68f6 (diff) | |
| download | postgresql-d20763dbee7cdf8a700bf6bdd120b3913a3b99f4.tar.gz | |
Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 81dba35965..893a2c6e0b 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.54 2005/03/12 15:36:24 neilc Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.55 2005/06/22 22:56:25 tgl Exp $ subdir = contrib top_builddir = .. @@ -21,13 +21,9 @@ WANTED_DIRS = \ isbn_issn \ lo \ ltree \ - miscutil \ - mysql \ - noupdate \ oid2name \ pg_autovacuum \ pg_buffercache \ - pg_dumplo \ pg_trgm \ pgbench \ pgcrypto \ @@ -35,26 +31,19 @@ WANTED_DIRS = \ rtree_gist \ seg \ spi \ - string \ tablefunc \ tips \ - tsearch \ tsearch2 \ userlock \ vacuumlo # Missing: # adddepend \ (does not have a makefile) -# array \ (removed all but the README) -# ipc_check \ (does not have a makefile) # mSQL-interface \ (requires msql installed) # mac \ (does not have a makefile) # oracle \ (does not have a makefile) -# pg_upgrade \ (does not have a makefile) # reindexdb \ (does not have a makefile) # start-scripts \ (does not have a makefile) -# tools \ (does not have a makefile) -# xml \ (non-standard makefile) # xml2 \ (non-standard makefile) |
