diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile | 6 | ||||
-rw-r--r-- | contrib/README | 4 |
2 files changed, 1 insertions, 9 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 79833ed3113..66753e88d60 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $ subdir = contrib top_builddir = .. @@ -41,10 +41,6 @@ WANTED_DIRS = \ userlock \ vacuumlo -ifeq ($(with_java),yes) -WANTED_DIRS += retep -endif - # Missing: # ipc_check \ (does not have a makefile) # mSQL-interface \ (requires msql installed) diff --git a/contrib/README b/contrib/README index 8d51bdcf0ec..8287b2f04eb 100644 --- a/contrib/README +++ b/contrib/README @@ -160,10 +160,6 @@ pgstattuple - A function returns the percentage of "dead" tuples in a table by Tatsuo Ishii <t-ishii@sra.co.jp> -retep - - Tools to build retep tools packages - by Peter T Mount <peter@retep.org.uk> - rserv - Replication server by Vadim B. Mikheev <vadim4o@email.com> |