summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-08-28 21:36:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-08-28 21:36:25 +0000
commitd77f74fa7ef52dd13040dc1d57d88a1595e4205a (patch)
treeb169cd17e6856a421d9192e95f0db43952d2a4bc /contrib/Makefile
parent448eb0837f7a8db270481475e8803e1e8a19a37e (diff)
downloadpostgresql-d77f74fa7ef52dd13040dc1d57d88a1595e4205a.tar.gz
Remove contrib/rserv, since there are better replication solutions
available elsewhere (including a descendant project on gborg).
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 7dc0405f94..1a25bfd17e 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/contrib/Makefile,v 1.49 2004/06/01 05:15:47 tgl Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.50 2004/08/28 21:36:24 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -31,7 +31,6 @@ WANTED_DIRS = \
pgbench \
pgcrypto \
pgstattuple \
- rserv \
rtree_gist \
seg \
spi \