1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

First step to removing /contrib/retep, with Peter Mount's approval.

This commit is contained in:
Bruce Momjian
2002-10-21 00:12:46 +00:00
parent 76cadb59fe
commit 9c7cd8ba15
3 changed files with 3 additions and 11 deletions

View File

@ -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)

View File

@ -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>