aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-04 22:50:43 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-04 22:50:43 +0000
commitf9b7ba287144db3a3895bdcbfbc0d4fd7c54ac96 (patch)
tree574e6e73d47613b4cfee2b0ad25aa9bc38dc2f47
parent46eef3c1a30256069859659fedd96309f3175802 (diff)
downloadpostgresql-f9b7ba287144db3a3895bdcbfbc0d4fd7c54ac96.tar.gz
postgresql-f9b7ba287144db3a3895bdcbfbc0d4fd7c54ac96.zip
Disable findoidjoins while it doesn't compile.
-rw-r--r--contrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index aef04342652..8f371173d78 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.36 2002/08/30 01:44:00 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.37 2002/09/04 22:50:43 petere Exp $
subdir = contrib
top_builddir = ..
@@ -14,7 +14,7 @@ WANTED_DIRS = \
dbmirror \
dbsize \
earthdistance \
- findoidjoins \
+# findoidjoins \
fulltextindex \
fuzzystrmatch \
intagg \